Html Css Color HEX #D880BC Persian Pink

📋 copy color: '#D880BC'

red 216 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #D880BC

Tints of Persian Pink #D880BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 40.6%
G = 24.06%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D880BC (or 0xD880BC) is known color: Persian Pink. HEX triplet: D8, 80 and BC. RGB value is (216,128,188). Sum of RGB (Red+Green+Blue) = 216+128+188=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D880BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880BC is #277F43. Grayscale: #A1A1A1. Windows color (decimal): -2588484 or 12353752. OLE color: 12353752.

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

Color convert

RGB 216 128 188 -
CMYK 0 0.41 0.13 0.15
HSL 319.09º 0.53% 0.67% -
HSV(B) 319.09º 0.41% 0.85% -
XYZ 45.12 33.67 51.7 -
YUV 161.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 216 128 188 0 0.41 0.13 0.15 319.09 0.53 0.67
Hex D8 80 BC 0 29 D F 13F 35 43
Octal 330 200 274 0 51 15 17 477 65 103
Binary 11011000 10000000 10111100 0 101001 1101 1111 100111111 110101 1000011

Color Harmonies of #D880BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880BC

Black with #D880BC

Text Example


Text Example

White with #D880BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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