Html Css Color HEX #DE3485 Deep Cerise

📋 copy color: '#DE3485'

red 222 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #DE3485

Tints of Deep Cerise #DE3485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

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

R = 54.55%
G = 12.78%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE3485 (or 0xDE3485) is known color: Deep Cerise. HEX triplet: DE, 34 and 85. RGB value is (222,52,133). Sum of RGB (Red+Green+Blue) = 222+52+133=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3485 is #21CB7A. Grayscale: #6F6F6F. Windows color (decimal): -2214779 or 8729822. OLE color: 8729822.

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

Color convert

RGB 222 52 133 -
CMYK 0 0.77 0.40 0.13
HSL 331.41º 0.72% 0.54% -
HSV(B) 331.41º 0.77% 0.87% -
XYZ 35.59 19.68 24.11 -
YUV 112.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 222 52 133 0 0.77 0.40 0.13 331.41 0.72 0.54
Hex DE 34 85 0 4D 28 D 14B 48 36
Octal 336 64 205 0 115 50 15 513 110 66
Binary 11011110 110100 10000101 0 1001101 101000 1101 101001011 1001000 110110

Color Harmonies of #DE3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3485

Black with #DE3485

Text Example


Text Example

White with #DE3485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3485; }

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

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

background-color css

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

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

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

border-color css

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

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

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