Html Css Color HEX #DF80AB Kobi

📋 copy color: '#DF80AB'

red 223 ◦ green 128 ◦ blue 171

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

Shades of Kobi #DF80AB

Tints of Kobi #DF80AB

RGB

 RED value IS 223 (87.5% from 255) = 42.72%

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

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

R = 42.72%
G = 24.52%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF80AB (or 0xDF80AB) is known color: Kobi. HEX triplet: DF, 80 and AB. RGB value is (223,128,171). Sum of RGB (Red+Green+Blue) = 223+128+171=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80AB is #207F54. Grayscale: #A1A1A1. Windows color (decimal): -2129749 or 11239647. OLE color: 11239647.

HSL color Cylindrical-coordinate representation of color #DF80AB: hue angle of 332.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80AB is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 171 -
CMYK 0 0.43 0.23 0.13
HSL 332.84º 0.6% 0.69% -
HSV(B) 332.84º 0.43% 0.87% -
XYZ 45.5 34.07 42.71 -
YUV 161.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 223 128 171 0 0.43 0.23 0.13 332.84 0.6 0.69
Hex DF 80 AB 0 2B 17 D 14D 3C 45
Octal 337 200 253 0 53 27 15 515 74 105
Binary 11011111 10000000 10101011 0 101011 10111 1101 101001101 111100 1000101

Color Harmonies of #DF80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80AB

Black with #DF80AB

Text Example


Text Example

White with #DF80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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