Html Css Color HEX #DA3F95 Deep Cerise

📋 copy color: '#DA3F95'

red 218 ◦ green 63 ◦ blue 149

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

Shades of Deep Cerise #DA3F95

Tints of Deep Cerise #DA3F95

RGB

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

 GREEN value IS 63 (25% from 255) = 14.65%

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

R = 50.7%
G = 14.65%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA3F95 (or 0xDA3F95) is known color: Deep Cerise. HEX triplet: DA, 3F and 95. RGB value is (218,63,149). Sum of RGB (Red+Green+Blue) = 218+63+149=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F95 is #25C06A. Grayscale: #767676. Windows color (decimal): -2474091 or 9781210. OLE color: 9781210.

HSL color Cylindrical-coordinate representation of color #DA3F95: hue angle of 326.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA3F95 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 63 149 -
CMYK 0 0.71 0.32 0.15
HSL 326.71º 0.68% 0.55% -
HSV(B) 326.71º 0.71% 0.85% -
XYZ 36.12 20.63 30.51 -
YUV 119.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 218 63 149 0 0.71 0.32 0.15 326.71 0.68 0.55
Hex DA 3F 95 0 47 20 F 147 44 37
Octal 332 77 225 0 107 40 17 507 104 67
Binary 11011010 111111 10010101 0 1000111 100000 1111 101000111 1000100 110111

Color Harmonies of #DA3F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F95

Black with #DA3F95

Text Example


Text Example

White with #DA3F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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