Html Css Color HEX #DA2092 Deep Cerise

📋 copy color: '#DA2092'

red 218 ◦ green 32 ◦ blue 146

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

Shades of Deep Cerise #DA2092

Tints of Deep Cerise #DA2092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 55.05%
G = 8.08%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2092 (or 0xDA2092) is known color: Deep Cerise. HEX triplet: DA, 20 and 92. RGB value is (218,32,146). Sum of RGB (Red+Green+Blue) = 218+32+146=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2092 is #25DF6D. Grayscale: #646464. Windows color (decimal): -2482030 or 9576666. OLE color: 9576666.

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

Color convert

RGB 218 32 146 -
CMYK 0 0.85 0.33 0.15
HSL 323.23º 0.74% 0.49% -
HSV(B) 323.23º 0.85% 0.85% -
XYZ 34.62 18.01 28.85 -
YUV 100.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 218 32 146 0 0.85 0.33 0.15 323.23 0.74 0.49
Hex DA 20 92 0 55 21 F 143 4A 31
Octal 332 40 222 0 125 41 17 503 112 61
Binary 11011010 100000 10010010 0 1010101 100001 1111 101000011 1001010 110001

Color Harmonies of #DA2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2092

Black with #DA2092

Text Example


Text Example

White with #DA2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2092; }

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

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

background-color css

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

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

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

border-color css

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

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

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