Html Css Color HEX #DA3B9C Deep Cerise

📋 copy color: '#DA3B9C'

red 218 ◦ green 59 ◦ blue 156

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

Shades of Deep Cerise #DA3B9C

Tints of Deep Cerise #DA3B9C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.63%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 50.35%
G = 13.63%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA3B9C (or 0xDA3B9C) is known color: Deep Cerise. HEX triplet: DA, 3B and 9C. RGB value is (218,59,156). Sum of RGB (Red+Green+Blue) = 218+59+156=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3B9C is #25C463. Grayscale: #757575. Windows color (decimal): -2475108 or 10238938. OLE color: 10238938.

HSL color Cylindrical-coordinate representation of color #DA3B9C: hue angle of 323.4º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B9C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 59 156 -
CMYK 0 0.73 0.28 0.15
HSL 323.4º 0.68% 0.54% -
HSV(B) 323.4º 0.73% 0.85% -
XYZ 36.48 20.43 33.47 -
YUV 117.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 218 59 156 0 0.73 0.28 0.15 323.4 0.68 0.54
Hex DA 3B 9C 0 49 1C F 143 44 36
Octal 332 73 234 0 111 34 17 503 104 66
Binary 11011010 111011 10011100 0 1001001 11100 1111 101000011 1000100 110110

Color Harmonies of #DA3B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B9C

Black with #DA3B9C

Text Example


Text Example

White with #DA3B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B9C; }

 p { color: rgb(218,59,156); }

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

background-color css

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

 a { background-color: rgb(218,59,156); }

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

border-color css

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

 span { border-color: rgb(218,59,156); }

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