Html Css Color HEX #DA4492 Deep Cerise

📋 copy color: '#DA4492'

red 218 ◦ green 68 ◦ blue 146

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

Shades of Deep Cerise #DA4492

Tints of Deep Cerise #DA4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.74%

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

R = 50.46%
G = 15.74%
B = 33.8%

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

#DA4492 (or 0xDA4492) is known color: Deep Cerise. HEX triplet: DA, 44 and 92. RGB value is (218,68,146). Sum of RGB (Red+Green+Blue) = 218+68+146=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4492 is #25BB6D. Grayscale: #797979. Windows color (decimal): -2472814 or 9585882. OLE color: 9585882.

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

Color convert

RGB 218 68 146 -
CMYK 0 0.69 0.33 0.15
HSL 328.8º 0.67% 0.56% -
HSV(B) 328.8º 0.69% 0.85% -
XYZ 36.17 21.11 29.36 -
YUV 121.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 218 68 146 0 0.69 0.33 0.15 328.8 0.67 0.56
Hex DA 44 92 0 45 21 F 149 43 38
Octal 332 104 222 0 105 41 17 511 103 70
Binary 11011010 1000100 10010010 0 1000101 100001 1111 101001001 1000011 111000

Color Harmonies of #DA4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4492

Black with #DA4492

Text Example


Text Example

White with #DA4492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4492; }

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

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

background-color css

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

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

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

border-color css

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

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

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