Html Css Color HEX #D77BBB Persian Pink

📋 copy color: '#D77BBB'

red 215 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #D77BBB

Tints of Persian Pink #D77BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

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

R = 40.95%
G = 23.43%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D77BBB (or 0xD77BBB) is known color: Persian Pink. HEX triplet: D7, 7B and BB. RGB value is (215,123,187). Sum of RGB (Red+Green+Blue) = 215+123+187=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BBB is #288444. Grayscale: #9D9D9D. Windows color (decimal): -2655301 or 12286935. OLE color: 12286935.

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

Color convert

RGB 215 123 187 -
CMYK 0 0.43 0.13 0.16
HSL 318.26º 0.53% 0.66% -
HSV(B) 318.26º 0.43% 0.84% -
XYZ 44.08 32.2 50.91 -
YUV 157.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 215 123 187 0 0.43 0.13 0.16 318.26 0.53 0.66
Hex D7 7B BB 0 2B D 10 13E 35 42
Octal 327 173 273 0 53 15 20 476 65 102
Binary 11010111 1111011 10111011 0 101011 1101 10000 100111110 110101 1000010

Color Harmonies of #D77BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BBB

Black with #D77BBB

Text Example


Text Example

White with #D77BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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