Html Css Color HEX #DA419D Deep Cerise

📋 copy color: '#DA419D'

red 218 ◦ green 65 ◦ blue 157

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

Shades of Deep Cerise #DA419D

Tints of Deep Cerise #DA419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.77%

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 49.55%
G = 14.77%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA419D (or 0xDA419D) is known color: Deep Cerise. HEX triplet: DA, 41 and 9D. RGB value is (218,65,157). Sum of RGB (Red+Green+Blue) = 218+65+157=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA419D is #25BE62. Grayscale: #797979. Windows color (decimal): -2473571 or 10306010. OLE color: 10306010.

HSL color Cylindrical-coordinate representation of color #DA419D: hue angle of 323.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA419D is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 157 -
CMYK 0 0.70 0.28 0.15
HSL 323.92º 0.67% 0.55% -
HSV(B) 323.92º 0.7% 0.85% -
XYZ 36.89 21.12 34.03 -
YUV 121.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 218 65 157 0 0.70 0.28 0.15 323.92 0.67 0.55
Hex DA 41 9D 0 46 1C F 144 43 37
Octal 332 101 235 0 106 34 17 504 103 67
Binary 11011010 1000001 10011101 0 1000110 11100 1111 101000100 1000011 110111

Color Harmonies of #DA419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA419D

Black with #DA419D

Text Example


Text Example

White with #DA419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA419D; }

 p { color: rgb(218,65,157); }

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

background-color css

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

 a { background-color: rgb(218,65,157); }

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

border-color css

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

 span { border-color: rgb(218,65,157); }

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