Html Css Color HEX #DA3388 Deep Cerise

📋 copy color: '#DA3388'

red 218 ◦ green 51 ◦ blue 136

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

Shades of Deep Cerise #DA3388

Tints of Deep Cerise #DA3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.59%

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

R = 53.83%
G = 12.59%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA3388 (or 0xDA3388) is known color: Deep Cerise. HEX triplet: DA, 33 and 88. RGB value is (218,51,136). Sum of RGB (Red+Green+Blue) = 218+51+136=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3388 is #25CC77. Grayscale: #6E6E6E. Windows color (decimal): -2477176 or 8926170. OLE color: 8926170.

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

Color convert

RGB 218 51 136 -
CMYK 0 0.77 0.38 0.15
HSL 329.46º 0.69% 0.53% -
HSV(B) 329.46º 0.77% 0.85% -
XYZ 34.54 19.05 25.15 -
YUV 110.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 218 51 136 0 0.77 0.38 0.15 329.46 0.69 0.53
Hex DA 33 88 0 4D 26 F 149 45 35
Octal 332 63 210 0 115 46 17 511 105 65
Binary 11011010 110011 10001000 0 1001101 100110 1111 101001001 1000101 110101

Color Harmonies of #DA3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3388

Black with #DA3388

Text Example


Text Example

White with #DA3388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3388; }

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

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

background-color css

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

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

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

border-color css

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

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

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