Html Css Color HEX #DE98B2 Kobi

📋 copy color: '#DE98B2'

red 222 ◦ green 152 ◦ blue 178

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

Shades of Kobi #DE98B2

Tints of Kobi #DE98B2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.54%

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

R = 40.22%
G = 27.54%
B = 32.25%

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

#DE98B2 (or 0xDE98B2) is known color: Kobi. HEX triplet: DE, 98 and B2. RGB value is (222,152,178). Sum of RGB (Red+Green+Blue) = 222+152+178=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE98B2 is #21674D. Grayscale: #AFAFAF. Windows color (decimal): -2189134 or 11704542. OLE color: 11704542.

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

Color convert

RGB 222 152 178 -
CMYK 0 0.32 0.20 0.13
HSL 337.71º 0.51% 0.73% -
HSV(B) 337.71º 0.32% 0.87% -
XYZ 49.39 41.2 47.47 -
YUV 175.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 222 152 178 0 0.32 0.20 0.13 337.71 0.51 0.73
Hex DE 98 B2 0 20 14 D 152 33 49
Octal 336 230 262 0 40 24 15 522 63 111
Binary 11011110 10011000 10110010 0 100000 10100 1101 101010010 110011 1001001

Color Harmonies of #DE98B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98B2

Black with #DE98B2

Text Example


Text Example

White with #DE98B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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