Html Css Color HEX #DA3CA1 Deep Cerise

📋 copy color: '#DA3CA1'

red 218 ◦ green 60 ◦ blue 161

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

Shades of Deep Cerise #DA3CA1

Tints of Deep Cerise #DA3CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 49.66%
G = 13.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA3CA1 (or 0xDA3CA1) is known color: Deep Cerise. HEX triplet: DA, 3C and A1. RGB value is (218,60,161). Sum of RGB (Red+Green+Blue) = 218+60+161=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CA1 is #25C35E. Grayscale: #767676. Windows color (decimal): -2474847 or 10566874. OLE color: 10566874.

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

Color convert

RGB 218 60 161 -
CMYK 0 0.72 0.26 0.15
HSL 321.65º 0.68% 0.55% -
HSV(B) 321.65º 0.72% 0.85% -
XYZ 36.96 20.71 35.77 -
YUV 118.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 218 60 161 0 0.72 0.26 0.15 321.65 0.68 0.55
Hex DA 3C A1 0 48 1A F 142 44 37
Octal 332 74 241 0 110 32 17 502 104 67
Binary 11011010 111100 10100001 0 1001000 11010 1111 101000010 1000100 110111

Color Harmonies of #DA3CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CA1

Black with #DA3CA1

Text Example


Text Example

White with #DA3CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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