Html Css Color HEX #DA3A84 Deep Cerise

📋 copy color: '#DA3A84'

red 218 ◦ green 58 ◦ blue 132

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

Shades of Deep Cerise #DA3A84

Tints of Deep Cerise #DA3A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.22%

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 53.43%
G = 14.22%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA3A84 (or 0xDA3A84) is known color: Deep Cerise. HEX triplet: DA, 3A and 84. RGB value is (218,58,132). Sum of RGB (Red+Green+Blue) = 218+58+132=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3A84 is #25C57B. Grayscale: #727272. Windows color (decimal): -2475388 or 8665818. OLE color: 8665818.

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

Color convert

RGB 218 58 132 -
CMYK 0 0.73 0.39 0.15
HSL 332.25º 0.68% 0.54% -
HSV(B) 332.25º 0.73% 0.85% -
XYZ 34.59 19.6 23.79 -
YUV 114.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 218 58 132 0 0.73 0.39 0.15 332.25 0.68 0.54
Hex DA 3A 84 0 49 27 F 14C 44 36
Octal 332 72 204 0 111 47 17 514 104 66
Binary 11011010 111010 10000100 0 1001001 100111 1111 101001100 1000100 110110

Color Harmonies of #DA3A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A84

Black with #DA3A84

Text Example


Text Example

White with #DA3A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A84; }

 p { color: rgb(218,58,132); }

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

background-color css

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

 a { background-color: rgb(218,58,132); }

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

border-color css

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

 span { border-color: rgb(218,58,132); }

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