Html Css Color HEX #D77CBB Persian Pink

📋 copy color: '#D77CBB'

red 215 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #D77CBB

Tints of Persian Pink #D77CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 40.87%
G = 23.57%
B = 35.55%

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

#D77CBB (or 0xD77CBB) is known color: Persian Pink. HEX triplet: D7, 7C and BB. RGB value is (215,124,187). Sum of RGB (Red+Green+Blue) = 215+124+187=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CBB is #288344. Grayscale: #9E9E9E. Windows color (decimal): -2655045 or 12287191. OLE color: 12287191.

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

Color convert

RGB 215 124 187 -
CMYK 0 0.42 0.13 0.16
HSL 318.46º 0.53% 0.66% -
HSV(B) 318.46º 0.42% 0.84% -
XYZ 44.2 32.45 50.95 -
YUV 158.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 215 124 187 0 0.42 0.13 0.16 318.46 0.53 0.66
Hex D7 7C BB 0 2A D 10 13E 35 42
Octal 327 174 273 0 52 15 20 476 65 102
Binary 11010111 1111100 10111011 0 101010 1101 10000 100111110 110101 1000010

Color Harmonies of #D77CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CBB

Black with #D77CBB

Text Example


Text Example

White with #D77CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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