Html Css Color HEX #DA3FAA Deep Cerise

📋 copy color: '#DA3FAA'

red 218 ◦ green 63 ◦ blue 170

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

Shades of Deep Cerise #DA3FAA

Tints of Deep Cerise #DA3FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 48.34%
G = 13.97%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA3FAA (or 0xDA3FAA) is known color: Deep Cerise. HEX triplet: DA, 3F and AA. RGB value is (218,63,170). Sum of RGB (Red+Green+Blue) = 218+63+170=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3FAA is #25C055. Grayscale: #797979. Windows color (decimal): -2474070 or 11157466. OLE color: 11157466.

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

Color convert

RGB 218 63 170 -
CMYK 0 0.71 0.22 0.15
HSL 318.58º 0.68% 0.55% -
HSV(B) 318.58º 0.71% 0.85% -
XYZ 37.95 21.36 40.15 -
YUV 121.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 218 63 170 0 0.71 0.22 0.15 318.58 0.68 0.55
Hex DA 3F AA 0 47 16 F 13F 44 37
Octal 332 77 252 0 107 26 17 477 104 67
Binary 11011010 111111 10101010 0 1000111 10110 1111 100111111 1000100 110111

Color Harmonies of #DA3FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3FAA

Black with #DA3FAA

Text Example


Text Example

White with #DA3FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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