Html Css Color HEX #D66DB4 Persian Pink

📋 copy color: '#D66DB4'

red 214 ◦ green 109 ◦ blue 180

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

Shades of Persian Pink #D66DB4

Tints of Persian Pink #D66DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

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

R = 42.54%
G = 21.67%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D66DB4 (or 0xD66DB4) is known color: Persian Pink. HEX triplet: D6, 6D and B4. RGB value is (214,109,180). Sum of RGB (Red+Green+Blue) = 214+109+180=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DB4 is #29924B. Grayscale: #949494. Windows color (decimal): -2724428 or 11824598. OLE color: 11824598.

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

Color convert

RGB 214 109 180 -
CMYK 0 0.49 0.16 0.16
HSL 319.43º 0.56% 0.63% -
HSV(B) 319.43º 0.49% 0.84% -
XYZ 41.44 28.53 46.5 -
YUV 148.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 214 109 180 0 0.49 0.16 0.16 319.43 0.56 0.63
Hex D6 6D B4 0 31 10 10 13F 38 3F
Octal 326 155 264 0 61 20 20 477 70 77
Binary 11010110 1101101 10110100 0 110001 10000 10000 100111111 111000 111111

Color Harmonies of #D66DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DB4

Black with #D66DB4

Text Example


Text Example

White with #D66DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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