Html Css Color HEX #DA419C Deep Cerise

📋 copy color: '#DA419C'

red 218 ◦ green 65 ◦ blue 156

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

Shades of Deep Cerise #DA419C

Tints of Deep Cerise #DA419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 49.66%
G = 14.81%
B = 35.54%

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

#DA419C (or 0xDA419C) is known color: Deep Cerise. HEX triplet: DA, 41 and 9C. RGB value is (218,65,156). Sum of RGB (Red+Green+Blue) = 218+65+156=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA419C is #25BE63. Grayscale: #787878. Windows color (decimal): -2473572 or 10240474. OLE color: 10240474.

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

Color convert

RGB 218 65 156 -
CMYK 0 0.70 0.28 0.15
HSL 324.31º 0.67% 0.55% -
HSV(B) 324.31º 0.7% 0.85% -
XYZ 36.8 21.09 33.58 -
YUV 121.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 218 65 156 0 0.70 0.28 0.15 324.31 0.67 0.55
Hex DA 41 9C 0 46 1C F 144 43 37
Octal 332 101 234 0 106 34 17 504 103 67
Binary 11011010 1000001 10011100 0 1000110 11100 1111 101000100 1000011 110111

Color Harmonies of #DA419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA419C

Black with #DA419C

Text Example


Text Example

White with #DA419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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