Html Css Color HEX #DE2385 Deep Cerise

📋 copy color: '#DE2385'

red 222 ◦ green 35 ◦ blue 133

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

Shades of Deep Cerise #DE2385

Tints of Deep Cerise #DE2385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.97%

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

R = 56.92%
G = 8.97%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE2385 (or 0xDE2385) is known color: Deep Cerise. HEX triplet: DE, 23 and 85. RGB value is (222,35,133). Sum of RGB (Red+Green+Blue) = 222+35+133=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2385 is #21DC7A. Grayscale: #656565. Windows color (decimal): -2219131 or 8725470. OLE color: 8725470.

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

Color convert

RGB 222 35 133 -
CMYK 0 0.84 0.40 0.13
HSL 328.56º 0.74% 0.5% -
HSV(B) 328.56º 0.84% 0.87% -
XYZ 34.96 18.43 23.9 -
YUV 102.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 222 35 133 0 0.84 0.40 0.13 328.56 0.74 0.5
Hex DE 23 85 0 54 28 D 149 4A 32
Octal 336 43 205 0 124 50 15 511 112 62
Binary 11011110 100011 10000101 0 1010100 101000 1101 101001001 1001010 110010

Color Harmonies of #DE2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2385

Black with #DE2385

Text Example


Text Example

White with #DE2385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2385; }

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

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

background-color css

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

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

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

border-color css

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

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

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