Html Css Color HEX #DF9AB2 Kobi

📋 copy color: '#DF9AB2'

red 223 ◦ green 154 ◦ blue 178

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

Shades of Kobi #DF9AB2

Tints of Kobi #DF9AB2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.75%

 BLUE value IS 178 (69.92% from 255) = 32.07%

R = 40.18%
G = 27.75%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF9AB2 (or 0xDF9AB2) is known color: Kobi. HEX triplet: DF, 9A and B2. RGB value is (223,154,178). Sum of RGB (Red+Green+Blue) = 223+154+178=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AB2 is #20654D. Grayscale: #B1B1B1. Windows color (decimal): -2123086 or 11705055. OLE color: 11705055.

HSL color Cylindrical-coordinate representation of color #DF9AB2: hue angle of 339.13º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AB2 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 154 178 -
CMYK 0 0.31 0.20 0.13
HSL 339.13º 0.52% 0.74% -
HSV(B) 339.13º 0.31% 0.87% -
XYZ 50.02 42.01 47.59 -
YUV 177.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 223 154 178 0 0.31 0.20 0.13 339.13 0.52 0.74
Hex DF 9A B2 0 1F 14 D 153 34 4A
Octal 337 232 262 0 37 24 15 523 64 112
Binary 11011111 10011010 10110010 0 11111 10100 1101 101010011 110100 1001010

Color Harmonies of #DF9AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AB2

Black with #DF9AB2

Text Example


Text Example

White with #DF9AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AB2; }

 p { color: rgb(223,154,178); }

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

background-color css

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

 a { background-color: rgb(223,154,178); }

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

border-color css

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

 span { border-color: rgb(223,154,178); }

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