Html Css Color HEX #DA6BB4 Persian Pink

📋 copy color: '#DA6BB4'

red 218 ◦ green 107 ◦ blue 180

#DA6BB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DA6BB4

Tints of Persian Pink #DA6BB4

RGB

 RED value IS 218 (85.55% from 255) = 43.17%

 GREEN value IS 107 (42.19% from 255) = 21.19%

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 43.17%
G = 21.19%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA6BB4 (or 0xDA6BB4) is known color: Persian Pink. HEX triplet: DA, 6B and B4. RGB value is (218,107,180). Sum of RGB (Red+Green+Blue) = 218+107+180=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BB4 is #25944B. Grayscale: #949494. Windows color (decimal): -2462796 or 11824090. OLE color: 11824090.

HSL color Cylindrical-coordinate representation of color #DA6BB4: hue angle of 320.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BB4 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 180 -
CMYK 0 0.51 0.17 0.15
HSL 320.54º 0.6% 0.64% -
HSV(B) 320.54º 0.51% 0.85% -
XYZ 42.41 28.72 46.49 -
YUV 148.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 218 107 180 0 0.51 0.17 0.15 320.54 0.6 0.64
Hex DA 6B B4 0 33 11 F 141 3C 40
Octal 332 153 264 0 63 21 17 501 74 100
Binary 11011010 1101011 10110100 0 110011 10001 1111 101000001 111100 1000000

Color Harmonies of #DA6BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BB4

Black with #DA6BB4

Text Example


Text Example

White with #DA6BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BB4; }

 p { color: rgb(218,107,180); }

 H1.HeaderClassName
 {
   color: #DA6BB4;
 }
 .AnyTagClassName
 {
   color: #DA6BB4;
 }
</style>

background-color css

<style>
 a { background-color: #DA6BB4; }

 a { background-color: rgb(218,107,180); }

 div.DivClassName
 {
   background-color: #DA6BB4;
 }
 .BgClassName
 {
   background-color: #DA6BB4;
 }
</style>

border-color css

<style>
 span { border-color: #DA6BB4; }

 span { border-color: rgb(218,107,180); }

 td.TdClassName
 {
   border-color: #DA6BB4;
 }
 .TagClassName
 {
   border-color: #DA6BB4;
 }
</style>