Html Css Color HEX #D880AB Kobi

📋 copy color: '#D880AB'

red 216 ◦ green 128 ◦ blue 171

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

Shades of Kobi #D880AB

Tints of Kobi #D880AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 41.94%
G = 24.85%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D880AB (or 0xD880AB) is known color: Kobi. HEX triplet: D8, 80 and AB. RGB value is (216,128,171). Sum of RGB (Red+Green+Blue) = 216+128+171=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D880AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D880AB is #277F54. Grayscale: #9F9F9F. Windows color (decimal): -2588501 or 11239640. OLE color: 11239640.

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

Color convert

RGB 216 128 171 -
CMYK 0 0.41 0.21 0.15
HSL 330.68º 0.53% 0.67% -
HSV(B) 330.68º 0.41% 0.85% -
XYZ 43.39 32.98 42.61 -
YUV 159.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 216 128 171 0 0.41 0.21 0.15 330.68 0.53 0.67
Hex D8 80 AB 0 29 15 F 14B 35 43
Octal 330 200 253 0 51 25 17 513 65 103
Binary 11011000 10000000 10101011 0 101001 10101 1111 101001011 110101 1000011

Color Harmonies of #D880AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880AB

Black with #D880AB

Text Example


Text Example

White with #D880AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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