Html Css Color HEX #D880B6 Persian Pink

📋 copy color: '#D880B6'

red 216 ◦ green 128 ◦ blue 182

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

Shades of Persian Pink #D880B6

Tints of Persian Pink #D880B6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.33%

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 41.06%
G = 24.33%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D880B6 (or 0xD880B6) is known color: Persian Pink. HEX triplet: D8, 80 and B6. RGB value is (216,128,182). Sum of RGB (Red+Green+Blue) = 216+128+182=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D880B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880B6 is #277F49. Grayscale: #A0A0A0. Windows color (decimal): -2588490 or 11960536. OLE color: 11960536.

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

Color convert

RGB 216 128 182 -
CMYK 0 0.41 0.16 0.15
HSL 323.18º 0.53% 0.67% -
HSV(B) 323.18º 0.41% 0.85% -
XYZ 44.48 33.41 48.36 -
YUV 160.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 216 128 182 0 0.41 0.16 0.15 323.18 0.53 0.67
Hex D8 80 B6 0 29 10 F 143 35 43
Octal 330 200 266 0 51 20 17 503 65 103
Binary 11011000 10000000 10110110 0 101001 10000 1111 101000011 110101 1000011

Color Harmonies of #D880B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880B6

Black with #D880B6

Text Example


Text Example

White with #D880B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880B6; }

 p { color: rgb(216,128,182); }

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

background-color css

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

 a { background-color: rgb(216,128,182); }

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

border-color css

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

 span { border-color: rgb(216,128,182); }

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