Html Css Color HEX #DA3994 Deep Cerise

📋 copy color: '#DA3994'

red 218 ◦ green 57 ◦ blue 148

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

Shades of Deep Cerise #DA3994

Tints of Deep Cerise #DA3994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.48%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 51.54%
G = 13.48%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA3994 (or 0xDA3994) is known color: Deep Cerise. HEX triplet: DA, 39 and 94. RGB value is (218,57,148). Sum of RGB (Red+Green+Blue) = 218+57+148=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3994 is #25C66B. Grayscale: #737373. Windows color (decimal): -2475628 or 9714138. OLE color: 9714138.

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

Color convert

RGB 218 57 148 -
CMYK 0 0.74 0.32 0.15
HSL 326.09º 0.69% 0.54% -
HSV(B) 326.09º 0.74% 0.85% -
XYZ 35.72 19.97 29.99 -
YUV 115.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 218 57 148 0 0.74 0.32 0.15 326.09 0.69 0.54
Hex DA 39 94 0 4A 20 F 146 45 36
Octal 332 71 224 0 112 40 17 506 105 66
Binary 11011010 111001 10010100 0 1001010 100000 1111 101000110 1000101 110110

Color Harmonies of #DA3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3994

Black with #DA3994

Text Example


Text Example

White with #DA3994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3994; }

 p { color: rgb(218,57,148); }

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

background-color css

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

 a { background-color: rgb(218,57,148); }

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

border-color css

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

 span { border-color: rgb(218,57,148); }

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