Html Css Color HEX #DA3497 Deep Cerise

📋 copy color: '#DA3497'

red 218 ◦ green 52 ◦ blue 151

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

Shades of Deep Cerise #DA3497

Tints of Deep Cerise #DA3497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.35%

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 51.78%
G = 12.35%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA3497 (or 0xDA3497) is known color: Deep Cerise. HEX triplet: DA, 34 and 97. RGB value is (218,52,151). Sum of RGB (Red+Green+Blue) = 218+52+151=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3497 is #25CB68. Grayscale: #707070. Windows color (decimal): -2476905 or 9909466. OLE color: 9909466.

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

Color convert

RGB 218 52 151 -
CMYK 0 0.76 0.31 0.15
HSL 324.22º 0.69% 0.53% -
HSV(B) 324.22º 0.76% 0.85% -
XYZ 35.73 19.6 31.18 -
YUV 112.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 218 52 151 0 0.76 0.31 0.15 324.22 0.69 0.53
Hex DA 34 97 0 4C 1F F 144 45 35
Octal 332 64 227 0 114 37 17 504 105 65
Binary 11011010 110100 10010111 0 1001100 11111 1111 101000100 1000101 110101

Color Harmonies of #DA3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3497

Black with #DA3497

Text Example


Text Example

White with #DA3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3497; }

 p { color: rgb(218,52,151); }

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

background-color css

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

 a { background-color: rgb(218,52,151); }

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

border-color css

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

 span { border-color: rgb(218,52,151); }

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