Html Css Color HEX #DA3C78 Deep Cerise

📋 copy color: '#DA3C78'

red 218 ◦ green 60 ◦ blue 120

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

Shades of Deep Cerise #DA3C78

Tints of Deep Cerise #DA3C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 54.77%
G = 15.08%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA3C78 (or 0xDA3C78) is known color: Deep Cerise. HEX triplet: DA, 3C and 78. RGB value is (218,60,120). Sum of RGB (Red+Green+Blue) = 218+60+120=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C78 is #25C387. Grayscale: #717171. Windows color (decimal): -2474888 or 7879898. OLE color: 7879898.

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

Color convert

RGB 218 60 120 -
CMYK 0 0.72 0.45 0.15
HSL 337.22º 0.68% 0.55% -
HSV(B) 337.22º 0.72% 0.85% -
XYZ 33.92 19.49 19.74 -
YUV 114.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 218 60 120 0 0.72 0.45 0.15 337.22 0.68 0.55
Hex DA 3C 78 0 48 2D F 151 44 37
Octal 332 74 170 0 110 55 17 521 104 67
Binary 11011010 111100 1111000 0 1001000 101101 1111 101010001 1000100 110111

Color Harmonies of #DA3C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C78

Black with #DA3C78

Text Example


Text Example

White with #DA3C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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