Html Css Color HEX #DA4192 Deep Cerise

📋 copy color: '#DA4192'

red 218 ◦ green 65 ◦ blue 146

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

Shades of Deep Cerise #DA4192

Tints of Deep Cerise #DA4192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 50.82%
G = 15.15%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4192 (or 0xDA4192) is known color: Deep Cerise. HEX triplet: DA, 41 and 92. RGB value is (218,65,146). Sum of RGB (Red+Green+Blue) = 218+65+146=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4192 is #25BE6D. Grayscale: #777777. Windows color (decimal): -2473582 or 9585114. OLE color: 9585114.

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

Color convert

RGB 218 65 146 -
CMYK 0 0.70 0.33 0.15
HSL 328.24º 0.67% 0.55% -
HSV(B) 328.24º 0.7% 0.85% -
XYZ 35.99 20.76 29.3 -
YUV 119.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 218 65 146 0 0.70 0.33 0.15 328.24 0.67 0.55
Hex DA 41 92 0 46 21 F 148 43 37
Octal 332 101 222 0 106 41 17 510 103 67
Binary 11011010 1000001 10010010 0 1000110 100001 1111 101001000 1000011 110111

Color Harmonies of #DA4192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4192

Black with #DA4192

Text Example


Text Example

White with #DA4192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4192; }

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

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

background-color css

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

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

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

border-color css

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

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

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