Html Css Color HEX #D77CBC Persian Pink

📋 copy color: '#D77CBC'

red 215 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #D77CBC

Tints of Persian Pink #D77CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 40.8%
G = 23.53%
B = 35.67%

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

#D77CBC (or 0xD77CBC) is known color: Persian Pink. HEX triplet: D7, 7C and BC. RGB value is (215,124,188). Sum of RGB (Red+Green+Blue) = 215+124+188=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CBC is #288343. Grayscale: #9E9E9E. Windows color (decimal): -2655044 or 12352727. OLE color: 12352727.

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

Color convert

RGB 215 124 188 -
CMYK 0 0.42 0.13 0.16
HSL 317.8º 0.53% 0.66% -
HSV(B) 317.8º 0.42% 0.84% -
XYZ 44.31 32.49 51.51 -
YUV 158.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 215 124 188 0 0.42 0.13 0.16 317.8 0.53 0.66
Hex D7 7C BC 0 2A D 10 13E 35 42
Octal 327 174 274 0 52 15 20 476 65 102
Binary 11010111 1111100 10111100 0 101010 1101 10000 100111110 110101 1000010

Color Harmonies of #D77CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CBC

Black with #D77CBC

Text Example


Text Example

White with #D77CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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