Html Css Color HEX #D873B4 Persian Pink

📋 copy color: '#D873B4'

red 216 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #D873B4

Tints of Persian Pink #D873B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 42.27%
G = 22.5%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D873B4 (or 0xD873B4) is known color: Persian Pink. HEX triplet: D8, 73 and B4. RGB value is (216,115,180). Sum of RGB (Red+Green+Blue) = 216+115+180=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D873B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873B4 is #278C4B. Grayscale: #989898. Windows color (decimal): -2591820 or 11826136. OLE color: 11826136.

HSL color Cylindrical-coordinate representation of color #D873B4: hue angle of 321.39º 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 #D873B4 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 180 -
CMYK 0 0.47 0.17 0.15
HSL 321.39º 0.56% 0.65% -
HSV(B) 321.39º 0.47% 0.85% -
XYZ 42.69 30.16 46.75 -
YUV 152.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 216 115 180 0 0.47 0.17 0.15 321.39 0.56 0.65
Hex D8 73 B4 0 2F 11 F 141 38 41
Octal 330 163 264 0 57 21 17 501 70 101
Binary 11011000 1110011 10110100 0 101111 10001 1111 101000001 111000 1000001

Color Harmonies of #D873B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873B4

Black with #D873B4

Text Example


Text Example

White with #D873B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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