Html Css Color HEX #DA3598 Deep Cerise

📋 copy color: '#DA3598'

red 218 ◦ green 53 ◦ blue 152

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

Shades of Deep Cerise #DA3598

Tints of Deep Cerise #DA3598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 51.54%
G = 12.53%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA3598 (or 0xDA3598) is known color: Deep Cerise. HEX triplet: DA, 35 and 98. RGB value is (218,53,152). Sum of RGB (Red+Green+Blue) = 218+53+152=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3598 is #25CA67. Grayscale: #717171. Windows color (decimal): -2476648 or 9975258. OLE color: 9975258.

HSL color Cylindrical-coordinate representation of color #DA3598: hue angle of 324º 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 #DA3598 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 152 -
CMYK 0 0.76 0.30 0.15
HSL 324º 0.69% 0.53% -
HSV(B) 324º 0.76% 0.85% -
XYZ 35.85 19.72 31.62 -
YUV 113.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 218 53 152 0 0.76 0.30 0.15 324 0.69 0.53
Hex DA 35 98 0 4C 1E F 144 45 35
Octal 332 65 230 0 114 36 17 504 105 65
Binary 11011010 110101 10011000 0 1001100 11110 1111 101000100 1000101 110101

Color Harmonies of #DA3598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3598

Black with #DA3598

Text Example


Text Example

White with #DA3598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3598; }

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

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

background-color css

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

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

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

border-color css

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

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

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