Html Css Color HEX #DA3FA1 Deep Cerise

📋 copy color: '#DA3FA1'

red 218 ◦ green 63 ◦ blue 161

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

Shades of Deep Cerise #DA3FA1

Tints of Deep Cerise #DA3FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 14.25%

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

R = 49.32%
G = 14.25%
B = 36.43%

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

#DA3FA1 (or 0xDA3FA1) is known color: Deep Cerise. HEX triplet: DA, 3F and A1. RGB value is (218,63,161). Sum of RGB (Red+Green+Blue) = 218+63+161=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3FA1 is #25C05E. Grayscale: #787878. Windows color (decimal): -2474079 or 10567642. OLE color: 10567642.

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

Color convert

RGB 218 63 161 -
CMYK 0 0.71 0.26 0.15
HSL 322.06º 0.68% 0.55% -
HSV(B) 322.06º 0.71% 0.85% -
XYZ 37.12 21.03 35.82 -
YUV 120.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 218 63 161 0 0.71 0.26 0.15 322.06 0.68 0.55
Hex DA 3F A1 0 47 1A F 142 44 37
Octal 332 77 241 0 107 32 17 502 104 67
Binary 11011010 111111 10100001 0 1000111 11010 1111 101000010 1000100 110111

Color Harmonies of #DA3FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3FA1

Black with #DA3FA1

Text Example


Text Example

White with #DA3FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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