Html Css Color HEX #DE6488 Deep Blush

📋 copy color: '#DE6488'

red 222 ◦ green 100 ◦ blue 136

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

Shades of Deep Blush #DE6488

Tints of Deep Blush #DE6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 48.47%
G = 21.83%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE6488 (or 0xDE6488) is known color: Deep Blush. HEX triplet: DE, 64 and 88. RGB value is (222,100,136). Sum of RGB (Red+Green+Blue) = 222+100+136=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6488 is #219B77. Grayscale: #8C8C8C. Windows color (decimal): -2202488 or 8938718. OLE color: 8938718.

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

Color convert

RGB 222 100 136 -
CMYK 0 0.55 0.39 0.13
HSL 342.3º 0.65% 0.63% -
HSV(B) 342.3º 0.55% 0.87% -
XYZ 39.13 26.42 26.33 -
YUV 140.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 222 100 136 0 0.55 0.39 0.13 342.3 0.65 0.63
Hex DE 64 88 0 37 27 D 156 41 3F
Octal 336 144 210 0 67 47 15 526 101 77
Binary 11011110 1100100 10001000 0 110111 100111 1101 101010110 1000001 111111

Color Harmonies of #DE6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6488

Black with #DE6488

Text Example


Text Example

White with #DE6488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6488; }

 p { color: rgb(222,100,136); }

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

background-color css

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

 a { background-color: rgb(222,100,136); }

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

border-color css

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

 span { border-color: rgb(222,100,136); }

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