Html Css Color HEX #DA3188 Deep Cerise

📋 copy color: '#DA3188'

red 218 ◦ green 49 ◦ blue 136

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

Shades of Deep Cerise #DA3188

Tints of Deep Cerise #DA3188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

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

R = 54.09%
G = 12.16%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA3188 (or 0xDA3188) is known color: Deep Cerise. HEX triplet: DA, 31 and 88. RGB value is (218,49,136). Sum of RGB (Red+Green+Blue) = 218+49+136=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3188 is #25CE77. Grayscale: #6D6D6D. Windows color (decimal): -2477688 or 8925658. OLE color: 8925658.

HSL color Cylindrical-coordinate representation of color #DA3188: hue angle of 329.11º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3188 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 136 -
CMYK 0 0.78 0.38 0.15
HSL 329.11º 0.7% 0.52% -
HSV(B) 329.11º 0.78% 0.85% -
XYZ 34.46 18.88 25.12 -
YUV 109.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 218 49 136 0 0.78 0.38 0.15 329.11 0.7 0.52
Hex DA 31 88 0 4E 26 F 149 46 34
Octal 332 61 210 0 116 46 17 511 106 64
Binary 11011010 110001 10001000 0 1001110 100110 1111 101001001 1000110 110100

Color Harmonies of #DA3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3188

Black with #DA3188

Text Example


Text Example

White with #DA3188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3188; }

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

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

background-color css

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

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

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

border-color css

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

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

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