Html Css Color HEX #DA3CAE Deep Cerise

📋 copy color: '#DA3CAE'

red 218 ◦ green 60 ◦ blue 174

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

Shades of Deep Cerise #DA3CAE

Tints of Deep Cerise #DA3CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 48.23%
G = 13.27%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA3CAE (or 0xDA3CAE) is known color: Deep Cerise. HEX triplet: DA, 3C and AE. RGB value is (218,60,174). Sum of RGB (Red+Green+Blue) = 218+60+174=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CAE is #25C351. Grayscale: #777777. Windows color (decimal): -2474834 or 11418842. OLE color: 11418842.

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

Color convert

RGB 218 60 174 -
CMYK 0 0.72 0.20 0.15
HSL 316.71º 0.68% 0.55% -
HSV(B) 316.71º 0.72% 0.85% -
XYZ 38.17 21.19 42.12 -
YUV 120.24 158.35 197.73 -
System Red Green Blue C M Y K H S L
Decimal 218 60 174 0 0.72 0.20 0.15 316.71 0.68 0.55
Hex DA 3C AE 0 48 14 F 13D 44 37
Octal 332 74 256 0 110 24 17 475 104 67
Binary 11011010 111100 10101110 0 1001000 10100 1111 100111101 1000100 110111

Color Harmonies of #DA3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CAE

Black with #DA3CAE

Text Example


Text Example

White with #DA3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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