Html Css Color HEX #DA3CA3 Deep Cerise

📋 copy color: '#DA3CA3'

red 218 ◦ green 60 ◦ blue 163

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

Shades of Deep Cerise #DA3CA3

Tints of Deep Cerise #DA3CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.61%

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

R = 49.43%
G = 13.61%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA3CA3 (or 0xDA3CA3) is known color: Deep Cerise. HEX triplet: DA, 3C and A3. RGB value is (218,60,163). Sum of RGB (Red+Green+Blue) = 218+60+163=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CA3 is #25C35C. Grayscale: #767676. Windows color (decimal): -2474845 or 10697946. OLE color: 10697946.

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

Color convert

RGB 218 60 163 -
CMYK 0 0.72 0.25 0.15
HSL 320.89º 0.68% 0.55% -
HSV(B) 320.89º 0.72% 0.85% -
XYZ 37.14 20.78 36.7 -
YUV 118.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 218 60 163 0 0.72 0.25 0.15 320.89 0.68 0.55
Hex DA 3C A3 0 48 19 F 141 44 37
Octal 332 74 243 0 110 31 17 501 104 67
Binary 11011010 111100 10100011 0 1001000 11001 1111 101000001 1000100 110111

Color Harmonies of #DA3CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CA3

Black with #DA3CA3

Text Example


Text Example

White with #DA3CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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