Html Css Color HEX #DE3785 Deep Cerise

📋 copy color: '#DE3785'

red 222 ◦ green 55 ◦ blue 133

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

Shades of Deep Cerise #DE3785

Tints of Deep Cerise #DE3785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.41%

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 54.15%
G = 13.41%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE3785 (or 0xDE3785) is known color: Deep Cerise. HEX triplet: DE, 37 and 85. RGB value is (222,55,133). Sum of RGB (Red+Green+Blue) = 222+55+133=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3785 is #21C87A. Grayscale: #717171. Windows color (decimal): -2214011 or 8730590. OLE color: 8730590.

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

Color convert

RGB 222 55 133 -
CMYK 0 0.75 0.40 0.13
HSL 331.98º 0.72% 0.54% -
HSV(B) 331.98º 0.75% 0.87% -
XYZ 35.72 19.96 24.16 -
YUV 113.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 222 55 133 0 0.75 0.40 0.13 331.98 0.72 0.54
Hex DE 37 85 0 4B 28 D 14C 48 36
Octal 336 67 205 0 113 50 15 514 110 66
Binary 11011110 110111 10000101 0 1001011 101000 1101 101001100 1001000 110110

Color Harmonies of #DE3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3785

Black with #DE3785

Text Example


Text Example

White with #DE3785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3785; }

 p { color: rgb(222,55,133); }

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

background-color css

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

 a { background-color: rgb(222,55,133); }

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

border-color css

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

 span { border-color: rgb(222,55,133); }

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