Html Css Color HEX #DE3B5E Cerise

📋 copy color: '#DE3B5E'

red 222 ◦ green 59 ◦ blue 94

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

Shades of Cerise #DE3B5E

Tints of Cerise #DE3B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 59.2%
G = 15.73%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE3B5E (or 0xDE3B5E) is known color: Cerise. HEX triplet: DE, 3B and 5E. RGB value is (222,59,94). Sum of RGB (Red+Green+Blue) = 222+59+94=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3B5E is #21C4A1. Grayscale: #6F6F6F. Windows color (decimal): -2213026 or 6175710. OLE color: 6175710.

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

Color convert

RGB 222 59 94 -
CMYK 0 0.73 0.58 0.13
HSL 347.12º 0.71% 0.55% -
HSV(B) 347.12º 0.73% 0.87% -
XYZ 33.71 19.47 12.57 -
YUV 111.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 222 59 94 0 0.73 0.58 0.13 347.12 0.71 0.55
Hex DE 3B 5E 0 49 3A D 15B 47 37
Octal 336 73 136 0 111 72 15 533 107 67
Binary 11011110 111011 1011110 0 1001001 111010 1101 101011011 1000111 110111

Color Harmonies of #DE3B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3B5E

Black with #DE3B5E

Text Example


Text Example

White with #DE3B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3B5E; }

 p { color: rgb(222,59,94); }

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

background-color css

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

 a { background-color: rgb(222,59,94); }

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

border-color css

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

 span { border-color: rgb(222,59,94); }

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