Html Css Color HEX #DA4191 Deep Cerise

📋 copy color: '#DA4191'

red 218 ◦ green 65 ◦ blue 145

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

Shades of Deep Cerise #DA4191

Tints of Deep Cerise #DA4191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 50.93%
G = 15.19%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4191 (or 0xDA4191) is known color: Deep Cerise. HEX triplet: DA, 41 and 91. RGB value is (218,65,145). Sum of RGB (Red+Green+Blue) = 218+65+145=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4191 is #25BE6E. Grayscale: #777777. Windows color (decimal): -2473583 or 9519578. OLE color: 9519578.

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

Color convert

RGB 218 65 145 -
CMYK 0 0.70 0.33 0.15
HSL 328.63º 0.67% 0.55% -
HSV(B) 328.63º 0.7% 0.85% -
XYZ 35.91 20.73 28.9 -
YUV 119.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 218 65 145 0 0.70 0.33 0.15 328.63 0.67 0.55
Hex DA 41 91 0 46 21 F 149 43 37
Octal 332 101 221 0 106 41 17 511 103 67
Binary 11011010 1000001 10010001 0 1000110 100001 1111 101001001 1000011 110111

Color Harmonies of #DA4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4191

Black with #DA4191

Text Example


Text Example

White with #DA4191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4191; }

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

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

background-color css

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

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

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

border-color css

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

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

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