Html Css Color HEX #DE3FA5 Deep Cerise

📋 copy color: '#DE3FA5'

red 222 ◦ green 63 ◦ blue 165

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

Shades of Deep Cerise #DE3FA5

Tints of Deep Cerise #DE3FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 14%

 BLUE value IS 165 (64.84% from 255) = 36.67%

R = 49.33%
G = 14%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE3FA5 (or 0xDE3FA5) is known color: Deep Cerise. HEX triplet: DE, 3F and A5. RGB value is (222,63,165). Sum of RGB (Red+Green+Blue) = 222+63+165=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3FA5 is #21C05A. Grayscale: #797979. Windows color (decimal): -2211931 or 10829790. OLE color: 10829790.

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

Color convert

RGB 222 63 165 -
CMYK 0 0.72 0.26 0.13
HSL 321.51º 0.71% 0.56% -
HSV(B) 321.51º 0.72% 0.87% -
XYZ 38.69 21.8 37.77 -
YUV 122.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 222 63 165 0 0.72 0.26 0.13 321.51 0.71 0.56
Hex DE 3F A5 0 48 1A D 142 47 38
Octal 336 77 245 0 110 32 15 502 107 70
Binary 11011110 111111 10100101 0 1001000 11010 1101 101000010 1000111 111000

Color Harmonies of #DE3FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3FA5

Black with #DE3FA5

Text Example


Text Example

White with #DE3FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3FA5; }

 p { color: rgb(222,63,165); }

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

background-color css

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

 a { background-color: rgb(222,63,165); }

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

border-color css

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

 span { border-color: rgb(222,63,165); }

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