Html Css Color HEX #DE97B3 Kobi

📋 copy color: '#DE97B3'

red 222 ◦ green 151 ◦ blue 179

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

Shades of Kobi #DE97B3

Tints of Kobi #DE97B3

RGB

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

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

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

R = 40.22%
G = 27.36%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE97B3 (or 0xDE97B3) is known color: Kobi. HEX triplet: DE, 97 and B3. RGB value is (222,151,179). Sum of RGB (Red+Green+Blue) = 222+151+179=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97B3 is #21684C. Grayscale: #AFAFAF. Windows color (decimal): -2189389 or 11769822. OLE color: 11769822.

HSL color Cylindrical-coordinate representation of color #DE97B3: hue angle of 336.34º 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 #DE97B3 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 151 179 -
CMYK 0 0.32 0.19 0.13
HSL 336.34º 0.52% 0.73% -
HSV(B) 336.34º 0.32% 0.87% -
XYZ 49.33 40.92 47.95 -
YUV 175.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 222 151 179 0 0.32 0.19 0.13 336.34 0.52 0.73
Hex DE 97 B3 0 20 13 D 150 34 49
Octal 336 227 263 0 40 23 15 520 64 111
Binary 11011110 10010111 10110011 0 100000 10011 1101 101010000 110100 1001001

Color Harmonies of #DE97B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE97B3

Black with #DE97B3

Text Example


Text Example

White with #DE97B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE97B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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