Html Css Color HEX #DA3280 Deep Cerise

📋 copy color: '#DA3280'

red 218 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #DA3280

Tints of Deep Cerise #DA3280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.63%

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

R = 55.05%
G = 12.63%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA3280 (or 0xDA3280) is known color: Deep Cerise. HEX triplet: DA, 32 and 80. RGB value is (218,50,128). Sum of RGB (Red+Green+Blue) = 218+50+128=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3280 is #25CD7F. Grayscale: #6C6C6C. Windows color (decimal): -2477440 or 8401626. OLE color: 8401626.

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

Color convert

RGB 218 50 128 -
CMYK 0 0.77 0.41 0.15
HSL 332.14º 0.69% 0.53% -
HSV(B) 332.14º 0.77% 0.85% -
XYZ 33.95 18.75 22.25 -
YUV 109.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 218 50 128 0 0.77 0.41 0.15 332.14 0.69 0.53
Hex DA 32 80 0 4D 29 F 14C 45 35
Octal 332 62 200 0 115 51 17 514 105 65
Binary 11011010 110010 10000000 0 1001101 101001 1111 101001100 1000101 110101

Color Harmonies of #DA3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3280

Black with #DA3280

Text Example


Text Example

White with #DA3280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3280; }

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

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

background-color css

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

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

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

border-color css

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

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

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