Html Css Color HEX #DA4188 Deep Cerise

📋 copy color: '#DA4188'

red 218 ◦ green 65 ◦ blue 136

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

Shades of Deep Cerise #DA4188

Tints of Deep Cerise #DA4188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 52.03%
G = 15.51%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA4188 (or 0xDA4188) is known color: Deep Cerise. HEX triplet: DA, 41 and 88. RGB value is (218,65,136). Sum of RGB (Red+Green+Blue) = 218+65+136=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4188 is #25BE77. Grayscale: #767676. Windows color (decimal): -2473592 or 8929754. OLE color: 8929754.

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

Color convert

RGB 218 65 136 -
CMYK 0 0.70 0.38 0.15
HSL 332.16º 0.67% 0.55% -
HSV(B) 332.16º 0.7% 0.85% -
XYZ 35.25 20.46 25.38 -
YUV 118.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 218 65 136 0 0.70 0.38 0.15 332.16 0.67 0.55
Hex DA 41 88 0 46 26 F 14C 43 37
Octal 332 101 210 0 106 46 17 514 103 67
Binary 11011010 1000001 10001000 0 1000110 100110 1111 101001100 1000011 110111

Color Harmonies of #DA4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4188

Black with #DA4188

Text Example


Text Example

White with #DA4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4188; }

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

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

background-color css

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

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

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

border-color css

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

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

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