Html Css Color HEX #D77DB6 Persian Pink

📋 copy color: '#D77DB6'

red 215 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #D77DB6

Tints of Persian Pink #D77DB6

RGB

 RED value IS 215 (84.38% from 255) = 41.19%

 GREEN value IS 125 (49.22% from 255) = 23.95%

 BLUE value IS 182 (71.48% from 255) = 34.87%

R = 41.19%
G = 23.95%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D77DB6 (or 0xD77DB6) is known color: Persian Pink. HEX triplet: D7, 7D and B6. RGB value is (215,125,182). Sum of RGB (Red+Green+Blue) = 215+125+182=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DB6 is #288249. Grayscale: #9E9E9E. Windows color (decimal): -2654794 or 11959767. OLE color: 11959767.

HSL color Cylindrical-coordinate representation of color #D77DB6: hue angle of 322º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DB6 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 182 -
CMYK 0 0.42 0.15 0.16
HSL 322º 0.53% 0.67% -
HSV(B) 322º 0.42% 0.84% -
XYZ 43.8 32.49 48.22 -
YUV 158.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 215 125 182 0 0.42 0.15 0.16 322 0.53 0.67
Hex D7 7D B6 0 2A F 10 142 35 43
Octal 327 175 266 0 52 17 20 502 65 103
Binary 11010111 1111101 10110110 0 101010 1111 10000 101000010 110101 1000011

Color Harmonies of #D77DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DB6

Black with #D77DB6

Text Example


Text Example

White with #D77DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DB6; }

 p { color: rgb(215,125,182); }

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

background-color css

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

 a { background-color: rgb(215,125,182); }

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

border-color css

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

 span { border-color: rgb(215,125,182); }

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