Html Css Color HEX #DA3398 Deep Cerise

📋 copy color: '#DA3398'

red 218 ◦ green 51 ◦ blue 152

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

Shades of Deep Cerise #DA3398

Tints of Deep Cerise #DA3398

RGB

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

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

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

R = 51.78%
G = 12.11%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA3398 (or 0xDA3398) is known color: Deep Cerise. HEX triplet: DA, 33 and 98. RGB value is (218,51,152). Sum of RGB (Red+Green+Blue) = 218+51+152=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3398 is #25CC67. Grayscale: #707070. Windows color (decimal): -2477160 or 9974746. OLE color: 9974746.

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

Color convert

RGB 218 51 152 -
CMYK 0 0.77 0.30 0.15
HSL 323.71º 0.69% 0.53% -
HSV(B) 323.71º 0.77% 0.85% -
XYZ 35.76 19.54 31.59 -
YUV 112.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 218 51 152 0 0.77 0.30 0.15 323.71 0.69 0.53
Hex DA 33 98 0 4D 1E F 144 45 35
Octal 332 63 230 0 115 36 17 504 105 65
Binary 11011010 110011 10011000 0 1001101 11110 1111 101000100 1000101 110101

Color Harmonies of #DA3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3398

Black with #DA3398

Text Example


Text Example

White with #DA3398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3398; }

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

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

background-color css

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

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

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

border-color css

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

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

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