Html Css Color HEX #DA31A5 Deep Cerise

📋 copy color: '#DA31A5'

red 218 ◦ green 49 ◦ blue 165

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

Shades of Deep Cerise #DA31A5

Tints of Deep Cerise #DA31A5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.34%

 BLUE value IS 165 (64.84% from 255) = 38.19%

R = 50.46%
G = 11.34%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA31A5 (or 0xDA31A5) is known color: Deep Cerise. HEX triplet: DA, 31 and A5. RGB value is (218,49,165). Sum of RGB (Red+Green+Blue) = 218+49+165=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA31A5 is #25CE5A. Grayscale: #707070. Windows color (decimal): -2477659 or 10826202. OLE color: 10826202.

HSL color Cylindrical-coordinate representation of color #DA31A5: hue angle of 318.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA31A5 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 165 -
CMYK 0 0.78 0.24 0.15
HSL 318.82º 0.7% 0.52% -
HSV(B) 318.82º 0.78% 0.85% -
XYZ 36.8 19.82 37.48 -
YUV 112.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 218 49 165 0 0.78 0.24 0.15 318.82 0.7 0.52
Hex DA 31 A5 0 4E 18 F 13F 46 34
Octal 332 61 245 0 116 30 17 477 106 64
Binary 11011010 110001 10100101 0 1001110 11000 1111 100111111 1000110 110100

Color Harmonies of #DA31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA31A5

Black with #DA31A5

Text Example


Text Example

White with #DA31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA31A5; }

 p { color: rgb(218,49,165); }

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

background-color css

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

 a { background-color: rgb(218,49,165); }

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

border-color css

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

 span { border-color: rgb(218,49,165); }

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