Html Css Color HEX #DA3291 Deep Cerise

📋 copy color: '#DA3291'

red 218 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #DA3291

Tints of Deep Cerise #DA3291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 52.78%
G = 12.11%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3291 (or 0xDA3291) is known color: Deep Cerise. HEX triplet: DA, 32 and 91. RGB value is (218,50,145). Sum of RGB (Red+Green+Blue) = 218+50+145=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3291 is #25CD6E. Grayscale: #6E6E6E. Windows color (decimal): -2477423 or 9515738. OLE color: 9515738.

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

Color convert

RGB 218 50 145 -
CMYK 0 0.77 0.33 0.15
HSL 326.07º 0.69% 0.53% -
HSV(B) 326.07º 0.77% 0.85% -
XYZ 35.16 19.23 28.65 -
YUV 111.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 218 50 145 0 0.77 0.33 0.15 326.07 0.69 0.53
Hex DA 32 91 0 4D 21 F 146 45 35
Octal 332 62 221 0 115 41 17 506 105 65
Binary 11011010 110010 10010001 0 1001101 100001 1111 101000110 1000101 110101

Color Harmonies of #DA3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3291

Black with #DA3291

Text Example


Text Example

White with #DA3291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3291; }

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

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

background-color css

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

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

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

border-color css

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

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

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