Html Css Color HEX #DA2B80 Deep Cerise

📋 copy color: '#DA2B80'

red 218 ◦ green 43 ◦ blue 128

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

Shades of Deep Cerise #DA2B80

Tints of Deep Cerise #DA2B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.05%

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

R = 56.04%
G = 11.05%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA2B80 (or 0xDA2B80) is known color: Deep Cerise. HEX triplet: DA, 2B and 80. RGB value is (218,43,128). Sum of RGB (Red+Green+Blue) = 218+43+128=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2B80 is #25D47F. Grayscale: #686868. Windows color (decimal): -2479232 or 8399834. OLE color: 8399834.

HSL color Cylindrical-coordinate representation of color #DA2B80: hue angle of 330.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B80 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 128 -
CMYK 0 0.80 0.41 0.15
HSL 330.86º 0.7% 0.51% -
HSV(B) 330.86º 0.8% 0.85% -
XYZ 33.67 18.19 22.16 -
YUV 105.02 140.98 208.59 -
System Red Green Blue C M Y K H S L
Decimal 218 43 128 0 0.80 0.41 0.15 330.86 0.7 0.51
Hex DA 2B 80 0 50 29 F 14B 46 33
Octal 332 53 200 0 120 51 17 513 106 63
Binary 11011010 101011 10000000 0 1010000 101001 1111 101001011 1000110 110011

Color Harmonies of #DA2B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B80

Black with #DA2B80

Text Example


Text Example

White with #DA2B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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