Html Css Color HEX #DA3DA2 Deep Cerise

📋 copy color: '#DA3DA2'

red 218 ◦ green 61 ◦ blue 162

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

Shades of Deep Cerise #DA3DA2

Tints of Deep Cerise #DA3DA2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.83%

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

R = 49.43%
G = 13.83%
B = 36.73%

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

#DA3DA2 (or 0xDA3DA2) is known color: Deep Cerise. HEX triplet: DA, 3D and A2. RGB value is (218,61,162). Sum of RGB (Red+Green+Blue) = 218+61+162=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DA2 is #25C25D. Grayscale: #777777. Windows color (decimal): -2474590 or 10632666. OLE color: 10632666.

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

Color convert

RGB 218 61 162 -
CMYK 0 0.72 0.26 0.15
HSL 321.4º 0.68% 0.55% -
HSV(B) 321.4º 0.72% 0.85% -
XYZ 37.1 20.85 36.25 -
YUV 119.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 218 61 162 0 0.72 0.26 0.15 321.4 0.68 0.55
Hex DA 3D A2 0 48 1A F 141 44 37
Octal 332 75 242 0 110 32 17 501 104 67
Binary 11011010 111101 10100010 0 1001000 11010 1111 101000001 1000100 110111

Color Harmonies of #DA3DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DA2

Black with #DA3DA2

Text Example


Text Example

White with #DA3DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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