Html Css Color HEX #DA2FA3 Deep Cerise

📋 copy color: '#DA2FA3'

red 218 ◦ green 47 ◦ blue 163

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

Shades of Deep Cerise #DA2FA3

Tints of Deep Cerise #DA2FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.08%

R = 50.93%
G = 10.98%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA2FA3 (or 0xDA2FA3) is known color: Deep Cerise. HEX triplet: DA, 2F and A3. RGB value is (218,47,163). Sum of RGB (Red+Green+Blue) = 218+47+163=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2FA3 is #25D05C. Grayscale: #6F6F6F. Windows color (decimal): -2478173 or 10694618. OLE color: 10694618.

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

Color convert

RGB 218 47 163 -
CMYK 0 0.78 0.25 0.15
HSL 319.3º 0.7% 0.52% -
HSV(B) 319.3º 0.78% 0.85% -
XYZ 36.54 19.58 36.5 -
YUV 111.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 218 47 163 0 0.78 0.25 0.15 319.3 0.7 0.52
Hex DA 2F A3 0 4E 19 F 13F 46 34
Octal 332 57 243 0 116 31 17 477 106 64
Binary 11011010 101111 10100011 0 1001110 11001 1111 100111111 1000110 110100

Color Harmonies of #DA2FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2FA3

Black with #DA2FA3

Text Example


Text Example

White with #DA2FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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