Html Css Color HEX #DA40A2 Deep Cerise

📋 copy color: '#DA40A2'

red 218 ◦ green 64 ◦ blue 162

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

Shades of Deep Cerise #DA40A2

Tints of Deep Cerise #DA40A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

 BLUE value IS 162 (63.67% from 255) = 36.49%

R = 49.1%
G = 14.41%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA40A2 (or 0xDA40A2) is known color: Deep Cerise. HEX triplet: DA, 40 and A2. RGB value is (218,64,162). Sum of RGB (Red+Green+Blue) = 218+64+162=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA40A2 is #25BF5D. Grayscale: #787878. Windows color (decimal): -2473822 or 10633434. OLE color: 10633434.

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

Color convert

RGB 218 64 162 -
CMYK 0 0.71 0.26 0.15
HSL 321.82º 0.68% 0.55% -
HSV(B) 321.82º 0.71% 0.85% -
XYZ 37.27 21.18 36.31 -
YUV 121.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 218 64 162 0 0.71 0.26 0.15 321.82 0.68 0.55
Hex DA 40 A2 0 47 1A F 142 44 37
Octal 332 100 242 0 107 32 17 502 104 67
Binary 11011010 1000000 10100010 0 1000111 11010 1111 101000010 1000100 110111

Color Harmonies of #DA40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40A2

Black with #DA40A2

Text Example


Text Example

White with #DA40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40A2; }

 p { color: rgb(218,64,162); }

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

background-color css

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

 a { background-color: rgb(218,64,162); }

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

border-color css

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

 span { border-color: rgb(218,64,162); }

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