Html Css Color HEX #DA3289 Deep Cerise

📋 copy color: '#DA3289'

red 218 ◦ green 50 ◦ blue 137

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

Shades of Deep Cerise #DA3289

Tints of Deep Cerise #DA3289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 53.83%
G = 12.35%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA3289 (or 0xDA3289) is known color: Deep Cerise. HEX triplet: DA, 32 and 89. RGB value is (218,50,137). Sum of RGB (Red+Green+Blue) = 218+50+137=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3289 is #25CD76. Grayscale: #6D6D6D. Windows color (decimal): -2477431 or 8991450. OLE color: 8991450.

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

Color convert

RGB 218 50 137 -
CMYK 0 0.77 0.37 0.15
HSL 328.93º 0.69% 0.53% -
HSV(B) 328.93º 0.77% 0.85% -
XYZ 34.57 18.99 25.51 -
YUV 110.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 218 50 137 0 0.77 0.37 0.15 328.93 0.69 0.53
Hex DA 32 89 0 4D 25 F 149 45 35
Octal 332 62 211 0 115 45 17 511 105 65
Binary 11011010 110010 10001001 0 1001101 100101 1111 101001001 1000101 110101

Color Harmonies of #DA3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3289

Black with #DA3289

Text Example


Text Example

White with #DA3289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3289; }

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

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

background-color css

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

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

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

border-color css

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

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

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