Html Css Color HEX #DE89AD Kobi

📋 copy color: '#DE89AD'

red 222 ◦ green 137 ◦ blue 173

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

Shades of Kobi #DE89AD

Tints of Kobi #DE89AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.75%

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 41.73%
G = 25.75%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE89AD (or 0xDE89AD) is known color: Kobi. HEX triplet: DE, 89 and AD. RGB value is (222,137,173). Sum of RGB (Red+Green+Blue) = 222+137+173=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE89AD is #217652. Grayscale: #A6A6A6. Windows color (decimal): -2192979 or 11373022. OLE color: 11373022.

HSL color Cylindrical-coordinate representation of color #DE89AD: hue angle of 334.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE89AD is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 137 173 -
CMYK 0 0.38 0.22 0.13
HSL 334.59º 0.56% 0.7% -
HSV(B) 334.59º 0.38% 0.87% -
XYZ 46.61 36.44 44.11 -
YUV 166.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 222 137 173 0 0.38 0.22 0.13 334.59 0.56 0.7
Hex DE 89 AD 0 26 16 D 14F 38 46
Octal 336 211 255 0 46 26 15 517 70 106
Binary 11011110 10001001 10101101 0 100110 10110 1101 101001111 111000 1000110

Color Harmonies of #DE89AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE89AD

Black with #DE89AD

Text Example


Text Example

White with #DE89AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE89AD; }

 p { color: rgb(222,137,173); }

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

background-color css

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

 a { background-color: rgb(222,137,173); }

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

border-color css

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

 span { border-color: rgb(222,137,173); }

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