Html Css Color HEX #DE6189 Deep Blush

📋 copy color: '#DE6189'

red 222 ◦ green 97 ◦ blue 137

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

Shades of Deep Blush #DE6189

Tints of Deep Blush #DE6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.27%

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 48.68%
G = 21.27%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE6189 (or 0xDE6189) is known color: Deep Blush. HEX triplet: DE, 61 and 89. RGB value is (222,97,137). Sum of RGB (Red+Green+Blue) = 222+97+137=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6189 is #219E76. Grayscale: #8A8A8A. Windows color (decimal): -2203255 or 9003486. OLE color: 9003486.

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

Color convert

RGB 222 97 137 -
CMYK 0 0.56 0.38 0.13
HSL 340.8º 0.65% 0.63% -
HSV(B) 340.8º 0.56% 0.87% -
XYZ 38.91 25.89 26.61 -
YUV 138.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 222 97 137 0 0.56 0.38 0.13 340.8 0.65 0.63
Hex DE 61 89 0 38 26 D 155 41 3F
Octal 336 141 211 0 70 46 15 525 101 77
Binary 11011110 1100001 10001001 0 111000 100110 1101 101010101 1000001 111111

Color Harmonies of #DE6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6189

Black with #DE6189

Text Example


Text Example

White with #DE6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6189; }

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

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

background-color css

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

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

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

border-color css

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

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

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