Html Css Color HEX #DA2FA6 Deep Cerise

📋 copy color: '#DA2FA6'

red 218 ◦ green 47 ◦ blue 166

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

Shades of Deep Cerise #DA2FA6

Tints of Deep Cerise #DA2FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.9%

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 50.58%
G = 10.9%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA2FA6 (or 0xDA2FA6) is known color: Deep Cerise. HEX triplet: DA, 2F and A6. RGB value is (218,47,166). Sum of RGB (Red+Green+Blue) = 218+47+166=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FA6 is #25D059. Grayscale: #6F6F6F. Windows color (decimal): -2478170 or 10891226. OLE color: 10891226.

HSL color Cylindrical-coordinate representation of color #DA2FA6: hue angle of 318.25º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2FA6 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 47 166 -
CMYK 0 0.78 0.24 0.15
HSL 318.25º 0.7% 0.52% -
HSV(B) 318.25º 0.78% 0.85% -
XYZ 36.81 19.69 37.94 -
YUV 111.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 218 47 166 0 0.78 0.24 0.15 318.25 0.7 0.52
Hex DA 2F A6 0 4E 18 F 13E 46 34
Octal 332 57 246 0 116 30 17 476 106 64
Binary 11011010 101111 10100110 0 1001110 11000 1111 100111110 1000110 110100

Color Harmonies of #DA2FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2FA6

Black with #DA2FA6

Text Example


Text Example

White with #DA2FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2FA6; }

 p { color: rgb(218,47,166); }

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

background-color css

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

 a { background-color: rgb(218,47,166); }

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

border-color css

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

 span { border-color: rgb(218,47,166); }

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