Html Css Color HEX #DA3592 Deep Cerise

📋 copy color: '#DA3592'

red 218 ◦ green 53 ◦ blue 146

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

Shades of Deep Cerise #DA3592

Tints of Deep Cerise #DA3592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.71%

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

R = 52.28%
G = 12.71%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3592 (or 0xDA3592) is known color: Deep Cerise. HEX triplet: DA, 35 and 92. RGB value is (218,53,146). Sum of RGB (Red+Green+Blue) = 218+53+146=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3592 is #25CA6D. Grayscale: #707070. Windows color (decimal): -2476654 or 9582042. OLE color: 9582042.

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

Color convert

RGB 218 53 146 -
CMYK 0 0.76 0.33 0.15
HSL 326.18º 0.69% 0.53% -
HSV(B) 326.18º 0.76% 0.85% -
XYZ 35.37 19.53 29.1 -
YUV 112.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 218 53 146 0 0.76 0.33 0.15 326.18 0.69 0.53
Hex DA 35 92 0 4C 21 F 146 45 35
Octal 332 65 222 0 114 41 17 506 105 65
Binary 11011010 110101 10010010 0 1001100 100001 1111 101000110 1000101 110101

Color Harmonies of #DA3592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3592

Black with #DA3592

Text Example


Text Example

White with #DA3592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3592; }

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

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

background-color css

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

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

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

border-color css

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

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

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