Html Css Color HEX #D77DB9 Persian Pink

📋 copy color: '#D77DB9'

red 215 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #D77DB9

Tints of Persian Pink #D77DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.81%

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 40.95%
G = 23.81%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D77DB9 (or 0xD77DB9) is known color: Persian Pink. HEX triplet: D7, 7D and B9. RGB value is (215,125,185). Sum of RGB (Red+Green+Blue) = 215+125+185=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DB9 is #288246. Grayscale: #9E9E9E. Windows color (decimal): -2654791 or 12156375. OLE color: 12156375.

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

Color convert

RGB 215 125 185 -
CMYK 0 0.42 0.14 0.16
HSL 320º 0.53% 0.67% -
HSV(B) 320º 0.42% 0.84% -
XYZ 44.11 32.62 49.87 -
YUV 158.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 215 125 185 0 0.42 0.14 0.16 320 0.53 0.67
Hex D7 7D B9 0 2A E 10 140 35 43
Octal 327 175 271 0 52 16 20 500 65 103
Binary 11010111 1111101 10111001 0 101010 1110 10000 101000000 110101 1000011

Color Harmonies of #D77DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DB9

Black with #D77DB9

Text Example


Text Example

White with #D77DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DB9; }

 p { color: rgb(215,125,185); }

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

background-color css

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

 a { background-color: rgb(215,125,185); }

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

border-color css

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

 span { border-color: rgb(215,125,185); }

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