Html Css Color HEX #DA3195 Deep Cerise

📋 copy color: '#DA3195'

red 218 ◦ green 49 ◦ blue 149

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

Shades of Deep Cerise #DA3195

Tints of Deep Cerise #DA3195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.78%

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

R = 52.4%
G = 11.78%
B = 35.82%

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

#DA3195 (or 0xDA3195) is known color: Deep Cerise. HEX triplet: DA, 31 and 95. RGB value is (218,49,149). Sum of RGB (Red+Green+Blue) = 218+49+149=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3195 is #25CE6A. Grayscale: #6E6E6E. Windows color (decimal): -2477675 or 9777626. OLE color: 9777626.

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

Color convert

RGB 218 49 149 -
CMYK 0 0.78 0.32 0.15
HSL 324.5º 0.7% 0.52% -
HSV(B) 324.5º 0.78% 0.85% -
XYZ 35.44 19.27 30.29 -
YUV 110.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 218 49 149 0 0.78 0.32 0.15 324.5 0.7 0.52
Hex DA 31 95 0 4E 20 F 144 46 34
Octal 332 61 225 0 116 40 17 504 106 64
Binary 11011010 110001 10010101 0 1001110 100000 1111 101000100 1000110 110100

Color Harmonies of #DA3195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3195

Black with #DA3195

Text Example


Text Example

White with #DA3195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3195; }

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

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

background-color css

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

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

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

border-color css

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

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

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