Html Css Color HEX #D77CB6 Persian Pink

📋 copy color: '#D77CB6'

red 215 ◦ green 124 ◦ blue 182

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

Shades of Persian Pink #D77CB6

Tints of Persian Pink #D77CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

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

R = 41.27%
G = 23.8%
B = 34.93%

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

#D77CB6 (or 0xD77CB6) is known color: Persian Pink. HEX triplet: D7, 7C and B6. RGB value is (215,124,182). Sum of RGB (Red+Green+Blue) = 215+124+182=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CB6 is #288349. Grayscale: #9D9D9D. Windows color (decimal): -2655050 or 11959511. OLE color: 11959511.

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

Color convert

RGB 215 124 182 -
CMYK 0 0.42 0.15 0.16
HSL 321.76º 0.53% 0.66% -
HSV(B) 321.76º 0.42% 0.84% -
XYZ 43.68 32.24 48.18 -
YUV 157.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 215 124 182 0 0.42 0.15 0.16 321.76 0.53 0.66
Hex D7 7C B6 0 2A F 10 142 35 42
Octal 327 174 266 0 52 17 20 502 65 102
Binary 11010111 1111100 10110110 0 101010 1111 10000 101000010 110101 1000010

Color Harmonies of #D77CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CB6

Black with #D77CB6

Text Example


Text Example

White with #D77CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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