Html Css Color HEX #DA32A0 Deep Cerise

📋 copy color: '#DA32A0'

red 218 ◦ green 50 ◦ blue 160

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

Shades of Deep Cerise #DA32A0

Tints of Deep Cerise #DA32A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 50.93%
G = 11.68%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA32A0 (or 0xDA32A0) is known color: Deep Cerise. HEX triplet: DA, 32 and A0. RGB value is (218,50,160). Sum of RGB (Red+Green+Blue) = 218+50+160=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32A0 is #25CD5F. Grayscale: #707070. Windows color (decimal): -2477408 or 10498778. OLE color: 10498778.

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

Color convert

RGB 218 50 160 -
CMYK 0 0.77 0.27 0.15
HSL 320.71º 0.69% 0.53% -
HSV(B) 320.71º 0.77% 0.85% -
XYZ 36.4 19.72 35.15 -
YUV 112.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 218 50 160 0 0.77 0.27 0.15 320.71 0.69 0.53
Hex DA 32 A0 0 4D 1B F 141 45 35
Octal 332 62 240 0 115 33 17 501 105 65
Binary 11011010 110010 10100000 0 1001101 11011 1111 101000001 1000101 110101

Color Harmonies of #DA32A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA32A0

Black with #DA32A0

Text Example


Text Example

White with #DA32A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA32A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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