Html Css Color HEX #DE6380 Deep Blush

📋 copy color: '#DE6380'

red 222 ◦ green 99 ◦ blue 128

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

Shades of Deep Blush #DE6380

Tints of Deep Blush #DE6380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 49.44%
G = 22.05%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE6380 (or 0xDE6380) is known color: Deep Blush. HEX triplet: DE, 63 and 80. RGB value is (222,99,128). Sum of RGB (Red+Green+Blue) = 222+99+128=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6380 is #219C7F. Grayscale: #8B8B8B. Windows color (decimal): -2202752 or 8414174. OLE color: 8414174.

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

Color convert

RGB 222 99 128 -
CMYK 0 0.55 0.42 0.13
HSL 345.85º 0.65% 0.63% -
HSV(B) 345.85º 0.55% 0.87% -
XYZ 38.48 26.01 23.41 -
YUV 139.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 222 99 128 0 0.55 0.42 0.13 345.85 0.65 0.63
Hex DE 63 80 0 37 2A D 15A 41 3F
Octal 336 143 200 0 67 52 15 532 101 77
Binary 11011110 1100011 10000000 0 110111 101010 1101 101011010 1000001 111111

Color Harmonies of #DE6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6380

Black with #DE6380

Text Example


Text Example

White with #DE6380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6380; }

 p { color: rgb(222,99,128); }

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

background-color css

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

 a { background-color: rgb(222,99,128); }

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

border-color css

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

 span { border-color: rgb(222,99,128); }

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