Html Css Color HEX #DA3392 Deep Cerise

📋 copy color: '#DA3392'

red 218 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #DA3392

Tints of Deep Cerise #DA3392

RGB

 RED value IS 218 (85.55% from 255) = 52.53%

 GREEN value IS 51 (20.31% from 255) = 12.29%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 52.53%
G = 12.29%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3392 (or 0xDA3392) is known color: Deep Cerise. HEX triplet: DA, 33 and 92. RGB value is (218,51,146). Sum of RGB (Red+Green+Blue) = 218+51+146=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3392 is #25CC6D. Grayscale: #6F6F6F. Windows color (decimal): -2477166 or 9581530. OLE color: 9581530.

HSL color Cylindrical-coordinate representation of color #DA3392: hue angle of 325.87º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3392 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 146 -
CMYK 0 0.77 0.33 0.15
HSL 325.87º 0.69% 0.53% -
HSV(B) 325.87º 0.77% 0.85% -
XYZ 35.29 19.35 29.07 -
YUV 111.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 218 51 146 0 0.77 0.33 0.15 325.87 0.69 0.53
Hex DA 33 92 0 4D 21 F 146 45 35
Octal 332 63 222 0 115 41 17 506 105 65
Binary 11011010 110011 10010010 0 1001101 100001 1111 101000110 1000101 110101

Color Harmonies of #DA3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3392

Black with #DA3392

Text Example


Text Example

White with #DA3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3392; }

 p { color: rgb(218,51,146); }

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

background-color css

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

 a { background-color: rgb(218,51,146); }

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

border-color css

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

 span { border-color: rgb(218,51,146); }

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