Html Css Color HEX #DA2094 Deep Cerise

📋 copy color: '#DA2094'

red 218 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #DA2094

Tints of Deep Cerise #DA2094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

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

R = 54.77%
G = 8.04%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA2094 (or 0xDA2094) is known color: Deep Cerise. HEX triplet: DA, 20 and 94. RGB value is (218,32,148). Sum of RGB (Red+Green+Blue) = 218+32+148=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2094 is #25DF6B. Grayscale: #646464. Windows color (decimal): -2482028 or 9707738. OLE color: 9707738.

HSL color Cylindrical-coordinate representation of color #DA2094: hue angle of 322.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2094 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 148 -
CMYK 0 0.85 0.32 0.15
HSL 322.58º 0.74% 0.49% -
HSV(B) 322.58º 0.85% 0.85% -
XYZ 34.78 18.08 29.67 -
YUV 100.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 218 32 148 0 0.85 0.32 0.15 322.58 0.74 0.49
Hex DA 20 94 0 55 20 F 143 4A 31
Octal 332 40 224 0 125 40 17 503 112 61
Binary 11011010 100000 10010100 0 1010101 100000 1111 101000011 1001010 110001

Color Harmonies of #DA2094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2094

Black with #DA2094

Text Example


Text Example

White with #DA2094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2094; }

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

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

background-color css

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

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

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

border-color css

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

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

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