Html Css Color HEX #DA4391 Deep Cerise

📋 copy color: '#DA4391'

red 218 ◦ green 67 ◦ blue 145

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

Shades of Deep Cerise #DA4391

Tints of Deep Cerise #DA4391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.58%

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

R = 50.7%
G = 15.58%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4391 (or 0xDA4391) is known color: Deep Cerise. HEX triplet: DA, 43 and 91. RGB value is (218,67,145). Sum of RGB (Red+Green+Blue) = 218+67+145=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4391 is #25BC6E. Grayscale: #787878. Windows color (decimal): -2473071 or 9520090. OLE color: 9520090.

HSL color Cylindrical-coordinate representation of color #DA4391: hue angle of 329.01º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4391 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 67 145 -
CMYK 0 0.69 0.33 0.15
HSL 329.01º 0.67% 0.56% -
HSV(B) 329.01º 0.69% 0.85% -
XYZ 36.03 20.96 28.94 -
YUV 121.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 218 67 145 0 0.69 0.33 0.15 329.01 0.67 0.56
Hex DA 43 91 0 45 21 F 149 43 38
Octal 332 103 221 0 105 41 17 511 103 70
Binary 11011010 1000011 10010001 0 1000101 100001 1111 101001001 1000011 111000

Color Harmonies of #DA4391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4391

Black with #DA4391

Text Example


Text Example

White with #DA4391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4391; }

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

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

background-color css

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

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

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

border-color css

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

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

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