Html Css Color HEX #D77CBA Persian Pink

📋 copy color: '#D77CBA'

red 215 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #D77CBA

Tints of Persian Pink #D77CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 40.95%
G = 23.62%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D77CBA (or 0xD77CBA) is known color: Persian Pink. HEX triplet: D7, 7C and BA. RGB value is (215,124,186). Sum of RGB (Red+Green+Blue) = 215+124+186=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CBA is #288345. Grayscale: #9E9E9E. Windows color (decimal): -2655046 or 12221655. OLE color: 12221655.

HSL color Cylindrical-coordinate representation of color #D77CBA: hue angle of 319.12º 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 #D77CBA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 186 -
CMYK 0 0.42 0.13 0.16
HSL 319.12º 0.53% 0.66% -
HSV(B) 319.12º 0.42% 0.84% -
XYZ 44.09 32.41 50.39 -
YUV 158.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 215 124 186 0 0.42 0.13 0.16 319.12 0.53 0.66
Hex D7 7C BA 0 2A D 10 13F 35 42
Octal 327 174 272 0 52 15 20 477 65 102
Binary 11010111 1111100 10111010 0 101010 1101 10000 100111111 110101 1000010

Color Harmonies of #D77CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CBA

Black with #D77CBA

Text Example


Text Example

White with #D77CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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