Html Css Color HEX #DA3097 Deep Cerise

📋 copy color: '#DA3097'

red 218 ◦ green 48 ◦ blue 151

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

Shades of Deep Cerise #DA3097

Tints of Deep Cerise #DA3097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.51%

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

R = 52.28%
G = 11.51%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA3097 (or 0xDA3097) is known color: Deep Cerise. HEX triplet: DA, 30 and 97. RGB value is (218,48,151). Sum of RGB (Red+Green+Blue) = 218+48+151=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3097 is #25CF68. Grayscale: #6E6E6E. Windows color (decimal): -2477929 or 9908442. OLE color: 9908442.

HSL color Cylindrical-coordinate representation of color #DA3097: hue angle of 323.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3097 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 151 -
CMYK 0 0.78 0.31 0.15
HSL 323.65º 0.7% 0.52% -
HSV(B) 323.65º 0.78% 0.85% -
XYZ 35.56 19.25 31.12 -
YUV 110.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 218 48 151 0 0.78 0.31 0.15 323.65 0.7 0.52
Hex DA 30 97 0 4E 1F F 144 46 34
Octal 332 60 227 0 116 37 17 504 106 64
Binary 11011010 110000 10010111 0 1001110 11111 1111 101000100 1000110 110100

Color Harmonies of #DA3097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3097

Black with #DA3097

Text Example


Text Example

White with #DA3097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3097; }

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

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

background-color css

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

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

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

border-color css

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

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

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