Html Css Color HEX #DA4091 Deep Cerise

📋 copy color: '#DA4091'

red 218 ◦ green 64 ◦ blue 145

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

Shades of Deep Cerise #DA4091

Tints of Deep Cerise #DA4091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.99%

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

R = 51.05%
G = 14.99%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4091 (or 0xDA4091) is known color: Deep Cerise. HEX triplet: DA, 40 and 91. RGB value is (218,64,145). Sum of RGB (Red+Green+Blue) = 218+64+145=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4091 is #25BF6E. Grayscale: #777777. Windows color (decimal): -2473839 or 9519322. OLE color: 9519322.

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

Color convert

RGB 218 64 145 -
CMYK 0 0.71 0.33 0.15
HSL 328.44º 0.68% 0.55% -
HSV(B) 328.44º 0.71% 0.85% -
XYZ 35.86 20.62 28.88 -
YUV 119.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 218 64 145 0 0.71 0.33 0.15 328.44 0.68 0.55
Hex DA 40 91 0 47 21 F 148 44 37
Octal 332 100 221 0 107 41 17 510 104 67
Binary 11011010 1000000 10010001 0 1000111 100001 1111 101001000 1000100 110111

Color Harmonies of #DA4091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4091

Black with #DA4091

Text Example


Text Example

White with #DA4091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4091; }

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

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

background-color css

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

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

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

border-color css

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

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

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