Html Css Color HEX #DA3580 Deep Cerise

📋 copy color: '#DA3580'

red 218 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #DA3580

Tints of Deep Cerise #DA3580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.28%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 54.64%
G = 13.28%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA3580 (or 0xDA3580) is known color: Deep Cerise. HEX triplet: DA, 35 and 80. RGB value is (218,53,128). Sum of RGB (Red+Green+Blue) = 218+53+128=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3580 is #25CA7F. Grayscale: #6E6E6E. Windows color (decimal): -2476672 or 8402394. OLE color: 8402394.

HSL color Cylindrical-coordinate representation of color #DA3580: hue angle of 332.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3580 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 128 -
CMYK 0 0.76 0.41 0.15
HSL 332.73º 0.69% 0.53% -
HSV(B) 332.73º 0.76% 0.85% -
XYZ 34.08 19.01 22.3 -
YUV 110.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 218 53 128 0 0.76 0.41 0.15 332.73 0.69 0.53
Hex DA 35 80 0 4C 29 F 14D 45 35
Octal 332 65 200 0 114 51 17 515 105 65
Binary 11011010 110101 10000000 0 1001100 101001 1111 101001101 1000101 110101

Color Harmonies of #DA3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3580

Black with #DA3580

Text Example


Text Example

White with #DA3580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3580; }

 p { color: rgb(218,53,128); }

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

background-color css

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

 a { background-color: rgb(218,53,128); }

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

border-color css

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

 span { border-color: rgb(218,53,128); }

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