Html Css Color HEX #DA3CAA Deep Cerise

📋 copy color: '#DA3CAA'

red 218 ◦ green 60 ◦ blue 170

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

Shades of Deep Cerise #DA3CAA

Tints of Deep Cerise #DA3CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 48.66%
G = 13.39%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA3CAA (or 0xDA3CAA) is known color: Deep Cerise. HEX triplet: DA, 3C and AA. RGB value is (218,60,170). Sum of RGB (Red+Green+Blue) = 218+60+170=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CAA is #25C355. Grayscale: #777777. Windows color (decimal): -2474838 or 11156698. OLE color: 11156698.

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

Color convert

RGB 218 60 170 -
CMYK 0 0.72 0.22 0.15
HSL 318.23º 0.68% 0.55% -
HSV(B) 318.23º 0.72% 0.85% -
XYZ 37.79 21.04 40.1 -
YUV 119.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 218 60 170 0 0.72 0.22 0.15 318.23 0.68 0.55
Hex DA 3C AA 0 48 16 F 13E 44 37
Octal 332 74 252 0 110 26 17 476 104 67
Binary 11011010 111100 10101010 0 1001000 10110 1111 100111110 1000100 110111

Color Harmonies of #DA3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CAA

Black with #DA3CAA

Text Example


Text Example

White with #DA3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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