Html Css Color HEX #DA3288 Deep Cerise

📋 copy color: '#DA3288'

red 218 ◦ green 50 ◦ blue 136

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

Shades of Deep Cerise #DA3288

Tints of Deep Cerise #DA3288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.38%

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

R = 53.96%
G = 12.38%
B = 33.66%

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

#DA3288 (or 0xDA3288) is known color: Deep Cerise. HEX triplet: DA, 32 and 88. RGB value is (218,50,136). Sum of RGB (Red+Green+Blue) = 218+50+136=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3288 is #25CD77. Grayscale: #6D6D6D. Windows color (decimal): -2477432 or 8925914. OLE color: 8925914.

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

Color convert

RGB 218 50 136 -
CMYK 0 0.77 0.38 0.15
HSL 329.29º 0.69% 0.53% -
HSV(B) 329.29º 0.77% 0.85% -
XYZ 34.5 18.96 25.13 -
YUV 110.04 142.66 205.01 -
System Red Green Blue C M Y K H S L
Decimal 218 50 136 0 0.77 0.38 0.15 329.29 0.69 0.53
Hex DA 32 88 0 4D 26 F 149 45 35
Octal 332 62 210 0 115 46 17 511 105 65
Binary 11011010 110010 10001000 0 1001101 100110 1111 101001001 1000101 110101

Color Harmonies of #DA3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3288

Black with #DA3288

Text Example


Text Example

White with #DA3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3288; }

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

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

background-color css

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

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

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

border-color css

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

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

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