Html Css Color HEX #D873B2 Persian Pink

📋 copy color: '#D873B2'

red 216 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #D873B2

Tints of Persian Pink #D873B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 42.44%
G = 22.59%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D873B2 (or 0xD873B2) is known color: Persian Pink. HEX triplet: D8, 73 and B2. RGB value is (216,115,178). Sum of RGB (Red+Green+Blue) = 216+115+178=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D873B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D873B2 is #278C4D. Grayscale: #989898. Windows color (decimal): -2591822 or 11695064. OLE color: 11695064.

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

Color convert

RGB 216 115 178 -
CMYK 0 0.47 0.18 0.15
HSL 322.57º 0.56% 0.65% -
HSV(B) 322.57º 0.47% 0.85% -
XYZ 42.49 30.07 45.69 -
YUV 152.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 216 115 178 0 0.47 0.18 0.15 322.57 0.56 0.65
Hex D8 73 B2 0 2F 12 F 143 38 41
Octal 330 163 262 0 57 22 17 503 70 101
Binary 11011000 1110011 10110010 0 101111 10010 1111 101000011 111000 1000001

Color Harmonies of #D873B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873B2

Black with #D873B2

Text Example


Text Example

White with #D873B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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