Html Css Color HEX #DA3095 Deep Cerise

📋 copy color: '#DA3095'

red 218 ◦ green 48 ◦ blue 149

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

Shades of Deep Cerise #DA3095

Tints of Deep Cerise #DA3095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 52.53%
G = 11.57%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA3095 (or 0xDA3095) is known color: Deep Cerise. HEX triplet: DA, 30 and 95. RGB value is (218,48,149). Sum of RGB (Red+Green+Blue) = 218+48+149=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3095 is #25CF6A. Grayscale: #6E6E6E. Windows color (decimal): -2477931 or 9777370. OLE color: 9777370.

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

Color convert

RGB 218 48 149 -
CMYK 0 0.78 0.32 0.15
HSL 324.35º 0.7% 0.52% -
HSV(B) 324.35º 0.78% 0.85% -
XYZ 35.4 19.19 30.27 -
YUV 110.34 149.82 204.79 -
System Red Green Blue C M Y K H S L
Decimal 218 48 149 0 0.78 0.32 0.15 324.35 0.7 0.52
Hex DA 30 95 0 4E 20 F 144 46 34
Octal 332 60 225 0 116 40 17 504 106 64
Binary 11011010 110000 10010101 0 1001110 100000 1111 101000100 1000110 110100

Color Harmonies of #DA3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3095

Black with #DA3095

Text Example


Text Example

White with #DA3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3095; }

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

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

background-color css

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

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

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

border-color css

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

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

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