Html Css Color HEX #D66CB4 Persian Pink

📋 copy color: '#D66CB4'

red 214 ◦ green 108 ◦ blue 180

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

Shades of Persian Pink #D66CB4

Tints of Persian Pink #D66CB4

RGB

 RED value IS 214 (83.98% from 255) = 42.63%

 GREEN value IS 108 (42.58% from 255) = 21.51%

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

R = 42.63%
G = 21.51%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D66CB4 (or 0xD66CB4) is known color: Persian Pink. HEX triplet: D6, 6C and B4. RGB value is (214,108,180). Sum of RGB (Red+Green+Blue) = 214+108+180=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CB4 is #29934B. Grayscale: #939393. Windows color (decimal): -2724684 or 11824342. OLE color: 11824342.

HSL color Cylindrical-coordinate representation of color #D66CB4: hue angle of 319.25º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CB4 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 180 -
CMYK 0 0.50 0.16 0.16
HSL 319.25º 0.56% 0.63% -
HSV(B) 319.25º 0.5% 0.84% -
XYZ 41.33 28.32 46.47 -
YUV 147.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 214 108 180 0 0.50 0.16 0.16 319.25 0.56 0.63
Hex D6 6C B4 0 32 10 10 13F 38 3F
Octal 326 154 264 0 62 20 20 477 70 77
Binary 11010110 1101100 10110100 0 110010 10000 10000 100111111 111000 111111

Color Harmonies of #D66CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CB4

Black with #D66CB4

Text Example


Text Example

White with #D66CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CB4; }

 p { color: rgb(214,108,180); }

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

background-color css

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

 a { background-color: rgb(214,108,180); }

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

border-color css

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

 span { border-color: rgb(214,108,180); }

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