Html Css Color HEX #DA3397 Deep Cerise

📋 copy color: '#DA3397'

red 218 ◦ green 51 ◦ blue 151

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

Shades of Deep Cerise #DA3397

Tints of Deep Cerise #DA3397

RGB

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

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

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

R = 51.9%
G = 12.14%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA3397 (or 0xDA3397) is known color: Deep Cerise. HEX triplet: DA, 33 and 97. RGB value is (218,51,151). Sum of RGB (Red+Green+Blue) = 218+51+151=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3397 is #25CC68. Grayscale: #707070. Windows color (decimal): -2477161 or 9909210. OLE color: 9909210.

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

Color convert

RGB 218 51 151 -
CMYK 0 0.77 0.31 0.15
HSL 324.07º 0.69% 0.53% -
HSV(B) 324.07º 0.77% 0.85% -
XYZ 35.68 19.51 31.16 -
YUV 112.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 218 51 151 0 0.77 0.31 0.15 324.07 0.69 0.53
Hex DA 33 97 0 4D 1F F 144 45 35
Octal 332 63 227 0 115 37 17 504 105 65
Binary 11011010 110011 10010111 0 1001101 11111 1111 101000100 1000101 110101

Color Harmonies of #DA3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3397

Black with #DA3397

Text Example


Text Example

White with #DA3397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3397; }

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

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

background-color css

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

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

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

border-color css

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

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

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