Html Css Color HEX #DE405D Cerise

📋 copy color: '#DE405D'

red 222 ◦ green 64 ◦ blue 93

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

Shades of Cerise #DE405D

Tints of Cerise #DE405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 58.58%
G = 16.89%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE405D (or 0xDE405D) is known color: Cerise. HEX triplet: DE, 40 and 5D. RGB value is (222,64,93). Sum of RGB (Red+Green+Blue) = 222+64+93=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE405D is #21BFA2. Grayscale: #727272. Windows color (decimal): -2211747 or 6111454. OLE color: 6111454.

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

Color convert

RGB 222 64 93 -
CMYK 0 0.71 0.58 0.13
HSL 348.99º 0.71% 0.56% -
HSV(B) 348.99º 0.71% 0.87% -
XYZ 33.93 19.99 12.43 -
YUV 114.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 222 64 93 0 0.71 0.58 0.13 348.99 0.71 0.56
Hex DE 40 5D 0 47 3A D 15D 47 38
Octal 336 100 135 0 107 72 15 535 107 70
Binary 11011110 1000000 1011101 0 1000111 111010 1101 101011101 1000111 111000

Color Harmonies of #DE405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE405D

Black with #DE405D

Text Example


Text Example

White with #DE405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE405D; }

 p { color: rgb(222,64,93); }

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

background-color css

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

 a { background-color: rgb(222,64,93); }

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

border-color css

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

 span { border-color: rgb(222,64,93); }

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