Html Css Color HEX #DE97B2 Kobi

📋 copy color: '#DE97B2'

red 222 ◦ green 151 ◦ blue 178

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

Shades of Kobi #DE97B2

Tints of Kobi #DE97B2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.4%

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

R = 40.29%
G = 27.4%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE97B2 (or 0xDE97B2) is known color: Kobi. HEX triplet: DE, 97 and B2. RGB value is (222,151,178). Sum of RGB (Red+Green+Blue) = 222+151+178=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE97B2 is #21684D. Grayscale: #AFAFAF. Windows color (decimal): -2189390 or 11704286. OLE color: 11704286.

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

Color convert

RGB 222 151 178 -
CMYK 0 0.32 0.20 0.13
HSL 337.18º 0.52% 0.73% -
HSV(B) 337.18º 0.32% 0.87% -
XYZ 49.23 40.88 47.42 -
YUV 175.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 222 151 178 0 0.32 0.20 0.13 337.18 0.52 0.73
Hex DE 97 B2 0 20 14 D 151 34 49
Octal 336 227 262 0 40 24 15 521 64 111
Binary 11011110 10010111 10110010 0 100000 10100 1101 101010001 110100 1001001

Color Harmonies of #DE97B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE97B2

Black with #DE97B2

Text Example


Text Example

White with #DE97B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE97B2; }

 p { color: rgb(222,151,178); }

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

background-color css

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

 a { background-color: rgb(222,151,178); }

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

border-color css

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

 span { border-color: rgb(222,151,178); }

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