Html Css Color HEX #DE9FB3 Kobi

📋 copy color: '#DE9FB3'

red 222 ◦ green 159 ◦ blue 179

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

Shades of Kobi #DE9FB3

Tints of Kobi #DE9FB3

RGB

 RED value IS 222 (87.11% from 255) = 39.64%

 GREEN value IS 159 (62.5% from 255) = 28.39%

 BLUE value IS 179 (70.31% from 255) = 31.96%

R = 39.64%
G = 28.39%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE9FB3 (or 0xDE9FB3) is known color: Kobi. HEX triplet: DE, 9F and B3. RGB value is (222,159,179). Sum of RGB (Red+Green+Blue) = 222+159+179=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FB3 is #21604C. Grayscale: #B4B4B4. Windows color (decimal): -2187341 or 11771870. OLE color: 11771870.

HSL color Cylindrical-coordinate representation of color #DE9FB3: hue angle of 340.95º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FB3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 159 179 -
CMYK 0 0.28 0.19 0.13
HSL 340.95º 0.49% 0.75% -
HSV(B) 340.95º 0.28% 0.87% -
XYZ 50.66 43.58 48.39 -
YUV 180.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 222 159 179 0 0.28 0.19 0.13 340.95 0.49 0.75
Hex DE 9F B3 0 1C 13 D 155 31 4B
Octal 336 237 263 0 34 23 15 525 61 113
Binary 11011110 10011111 10110011 0 11100 10011 1101 101010101 110001 1001011

Color Harmonies of #DE9FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9FB3

Black with #DE9FB3

Text Example


Text Example

White with #DE9FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9FB3; }

 p { color: rgb(222,159,179); }

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

background-color css

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

 a { background-color: rgb(222,159,179); }

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

border-color css

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

 span { border-color: rgb(222,159,179); }

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