Html Css Color HEX #DA3298 Deep Cerise

📋 copy color: '#DA3298'

red 218 ◦ green 50 ◦ blue 152

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

Shades of Deep Cerise #DA3298

Tints of Deep Cerise #DA3298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

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

R = 51.9%
G = 11.9%
B = 36.19%

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

#DA3298 (or 0xDA3298) is known color: Deep Cerise. HEX triplet: DA, 32 and 98. RGB value is (218,50,152). Sum of RGB (Red+Green+Blue) = 218+50+152=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3298 is #25CD67. Grayscale: #6F6F6F. Windows color (decimal): -2477416 or 9974490. OLE color: 9974490.

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

Color convert

RGB 218 50 152 -
CMYK 0 0.77 0.30 0.15
HSL 323.57º 0.69% 0.53% -
HSV(B) 323.57º 0.77% 0.85% -
XYZ 35.72 19.45 31.58 -
YUV 111.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 218 50 152 0 0.77 0.30 0.15 323.57 0.69 0.53
Hex DA 32 98 0 4D 1E F 144 45 35
Octal 332 62 230 0 115 36 17 504 105 65
Binary 11011010 110010 10011000 0 1001101 11110 1111 101000100 1000101 110101

Color Harmonies of #DA3298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3298

Black with #DA3298

Text Example


Text Example

White with #DA3298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3298; }

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

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

background-color css

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

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

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

border-color css

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

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

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