Html Css Color HEX #DF9BB2 Kobi

📋 copy color: '#DF9BB2'

red 223 ◦ green 155 ◦ blue 178

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

Shades of Kobi #DF9BB2

Tints of Kobi #DF9BB2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

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

R = 40.11%
G = 27.88%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF9BB2 (or 0xDF9BB2) is known color: Kobi. HEX triplet: DF, 9B and B2. RGB value is (223,155,178). Sum of RGB (Red+Green+Blue) = 223+155+178=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9BB2 is #20644D. Grayscale: #B1B1B1. Windows color (decimal): -2122830 or 11705311. OLE color: 11705311.

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

Color convert

RGB 223 155 178 -
CMYK 0 0.30 0.20 0.13
HSL 339.71º 0.52% 0.74% -
HSV(B) 339.71º 0.3% 0.87% -
XYZ 50.19 42.35 47.65 -
YUV 177.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 223 155 178 0 0.30 0.20 0.13 339.71 0.52 0.74
Hex DF 9B B2 0 1E 14 D 154 34 4A
Octal 337 233 262 0 36 24 15 524 64 112
Binary 11011111 10011011 10110010 0 11110 10100 1101 101010100 110100 1001010

Color Harmonies of #DF9BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BB2

Black with #DF9BB2

Text Example


Text Example

White with #DF9BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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