Html Css Color HEX #D880A8 Kobi

📋 copy color: '#D880A8'

red 216 ◦ green 128 ◦ blue 168

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

Shades of Kobi #D880A8

Tints of Kobi #D880A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.81%

R = 42.19%
G = 25%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D880A8 (or 0xD880A8) is known color: Kobi. HEX triplet: D8, 80 and A8. RGB value is (216,128,168). Sum of RGB (Red+Green+Blue) = 216+128+168=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D880A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D880A8 is #277F57. Grayscale: #9E9E9E. Windows color (decimal): -2588504 or 11043032. OLE color: 11043032.

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

Color convert

RGB 216 128 168 -
CMYK 0 0.41 0.22 0.15
HSL 332.73º 0.53% 0.67% -
HSV(B) 332.73º 0.41% 0.85% -
XYZ 43.11 32.86 41.12 -
YUV 158.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 216 128 168 0 0.41 0.22 0.15 332.73 0.53 0.67
Hex D8 80 A8 0 29 16 F 14D 35 43
Octal 330 200 250 0 51 26 17 515 65 103
Binary 11011000 10000000 10101000 0 101001 10110 1111 101001101 110101 1000011

Color Harmonies of #D880A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880A8

Black with #D880A8

Text Example


Text Example

White with #D880A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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