Html Css Color HEX #DA4094 Deep Cerise

📋 copy color: '#DA4094'

red 218 ◦ green 64 ◦ blue 148

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

Shades of Deep Cerise #DA4094

Tints of Deep Cerise #DA4094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 50.7%
G = 14.88%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA4094 (or 0xDA4094) is known color: Deep Cerise. HEX triplet: DA, 40 and 94. RGB value is (218,64,148). Sum of RGB (Red+Green+Blue) = 218+64+148=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4094 is #25BF6B. Grayscale: #777777. Windows color (decimal): -2473836 or 9715930. OLE color: 9715930.

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

Color convert

RGB 218 64 148 -
CMYK 0 0.71 0.32 0.15
HSL 327.27º 0.68% 0.55% -
HSV(B) 327.27º 0.71% 0.85% -
XYZ 36.09 20.71 30.11 -
YUV 119.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 218 64 148 0 0.71 0.32 0.15 327.27 0.68 0.55
Hex DA 40 94 0 47 20 F 147 44 37
Octal 332 100 224 0 107 40 17 507 104 67
Binary 11011010 1000000 10010100 0 1000111 100000 1111 101000111 1000100 110111

Color Harmonies of #DA4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4094

Black with #DA4094

Text Example


Text Example

White with #DA4094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4094; }

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

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

background-color css

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

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

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

border-color css

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

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

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