Html Css Color HEX #DE3D5C Cerise

📋 copy color: '#DE3D5C'

red 222 ◦ green 61 ◦ blue 92

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

Shades of Cerise #DE3D5C

Tints of Cerise #DE3D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.27%

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 59.2%
G = 16.27%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE3D5C (or 0xDE3D5C) is known color: Cerise. HEX triplet: DE, 3D and 5C. RGB value is (222,61,92). Sum of RGB (Red+Green+Blue) = 222+61+92=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3D5C is #21C2A3. Grayscale: #707070. Windows color (decimal): -2212516 or 6045150. OLE color: 6045150.

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

Color convert

RGB 222 61 92 -
CMYK 0 0.73 0.59 0.13
HSL 348.45º 0.71% 0.55% -
HSV(B) 348.45º 0.73% 0.87% -
XYZ 33.72 19.64 12.14 -
YUV 112.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 222 61 92 0 0.73 0.59 0.13 348.45 0.71 0.55
Hex DE 3D 5C 0 49 3B D 15C 47 37
Octal 336 75 134 0 111 73 15 534 107 67
Binary 11011110 111101 1011100 0 1001001 111011 1101 101011100 1000111 110111

Color Harmonies of #DE3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3D5C

Black with #DE3D5C

Text Example


Text Example

White with #DE3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3D5C; }

 p { color: rgb(222,61,92); }

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

background-color css

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

 a { background-color: rgb(222,61,92); }

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

border-color css

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

 span { border-color: rgb(222,61,92); }

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