Html Css Color HEX #DE425D Cerise

📋 copy color: '#DE425D'

red 222 ◦ green 66 ◦ blue 93

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

Shades of Cerise #DE425D

Tints of Cerise #DE425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

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

R = 58.27%
G = 17.32%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE425D (or 0xDE425D) is known color: Cerise. HEX triplet: DE, 42 and 5D. RGB value is (222,66,93). Sum of RGB (Red+Green+Blue) = 222+66+93=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE425D is #21BDA2. Grayscale: #737373. Windows color (decimal): -2211235 or 6111966. OLE color: 6111966.

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

Color convert

RGB 222 66 93 -
CMYK 0 0.70 0.58 0.13
HSL 349.62º 0.7% 0.56% -
HSV(B) 349.62º 0.7% 0.87% -
XYZ 34.05 20.22 12.46 -
YUV 115.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 222 66 93 0 0.70 0.58 0.13 349.62 0.7 0.56
Hex DE 42 5D 0 46 3A D 15E 46 38
Octal 336 102 135 0 106 72 15 536 106 70
Binary 11011110 1000010 1011101 0 1000110 111010 1101 101011110 1000110 111000

Color Harmonies of #DE425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE425D

Black with #DE425D

Text Example


Text Example

White with #DE425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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