Html Css Color HEX #D873B9 Persian Pink

📋 copy color: '#D873B9'

red 216 ◦ green 115 ◦ blue 185

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

Shades of Persian Pink #D873B9

Tints of Persian Pink #D873B9

RGB

 RED value IS 216 (84.77% from 255) = 41.86%

 GREEN value IS 115 (45.31% from 255) = 22.29%

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

R = 41.86%
G = 22.29%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D873B9 (or 0xD873B9) is known color: Persian Pink. HEX triplet: D8, 73 and B9. RGB value is (216,115,185). Sum of RGB (Red+Green+Blue) = 216+115+185=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D873B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873B9 is #278C46. Grayscale: #989898. Windows color (decimal): -2591815 or 12153816. OLE color: 12153816.

HSL color Cylindrical-coordinate representation of color #D873B9: hue angle of 318.42º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873B9 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 185 -
CMYK 0 0.47 0.14 0.15
HSL 318.42º 0.56% 0.65% -
HSV(B) 318.42º 0.47% 0.85% -
XYZ 43.21 30.36 49.48 -
YUV 153.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 216 115 185 0 0.47 0.14 0.15 318.42 0.56 0.65
Hex D8 73 B9 0 2F E F 13E 38 41
Octal 330 163 271 0 57 16 17 476 70 101
Binary 11011000 1110011 10111001 0 101111 1110 1111 100111110 111000 1000001

Color Harmonies of #D873B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873B9

Black with #D873B9

Text Example


Text Example

White with #D873B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873B9; }

 p { color: rgb(216,115,185); }

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

background-color css

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

 a { background-color: rgb(216,115,185); }

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

border-color css

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

 span { border-color: rgb(216,115,185); }

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