Html Css Color HEX #DE385D Cerise

📋 copy color: '#DE385D'

red 222 ◦ green 56 ◦ blue 93

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

Shades of Cerise #DE385D

Tints of Cerise #DE385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.09%

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

R = 59.84%
G = 15.09%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE385D (or 0xDE385D) is known color: Cerise. HEX triplet: DE, 38 and 5D. RGB value is (222,56,93). Sum of RGB (Red+Green+Blue) = 222+56+93=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE385D is #21C7A2. Grayscale: #6D6D6D. Windows color (decimal): -2213795 or 6109406. OLE color: 6109406.

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

Color convert

RGB 222 56 93 -
CMYK 0 0.75 0.58 0.13
HSL 346.63º 0.72% 0.55% -
HSV(B) 346.63º 0.75% 0.87% -
XYZ 33.51 19.15 12.29 -
YUV 109.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 222 56 93 0 0.75 0.58 0.13 346.63 0.72 0.55
Hex DE 38 5D 0 4B 3A D 15B 48 37
Octal 336 70 135 0 113 72 15 533 110 67
Binary 11011110 111000 1011101 0 1001011 111010 1101 101011011 1001000 110111

Color Harmonies of #DE385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE385D

Black with #DE385D

Text Example


Text Example

White with #DE385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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