Html Css Color HEX #DA3C95 Deep Cerise

📋 copy color: '#DA3C95'

red 218 ◦ green 60 ◦ blue 149

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

Shades of Deep Cerise #DA3C95

Tints of Deep Cerise #DA3C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.05%

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

R = 51.05%
G = 14.05%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA3C95 (or 0xDA3C95) is known color: Deep Cerise. HEX triplet: DA, 3C and 95. RGB value is (218,60,149). Sum of RGB (Red+Green+Blue) = 218+60+149=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3C95 is #25C36A. Grayscale: #757575. Windows color (decimal): -2474859 or 9780442. OLE color: 9780442.

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

Color convert

RGB 218 60 149 -
CMYK 0 0.72 0.32 0.15
HSL 326.2º 0.68% 0.55% -
HSV(B) 326.2º 0.72% 0.85% -
XYZ 35.95 20.31 30.46 -
YUV 117.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 218 60 149 0 0.72 0.32 0.15 326.2 0.68 0.55
Hex DA 3C 95 0 48 20 F 146 44 37
Octal 332 74 225 0 110 40 17 506 104 67
Binary 11011010 111100 10010101 0 1001000 100000 1111 101000110 1000100 110111

Color Harmonies of #DA3C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C95

Black with #DA3C95

Text Example


Text Example

White with #DA3C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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