Html Css Color HEX #DA3B9A Deep Cerise

📋 copy color: '#DA3B9A'

red 218 ◦ green 59 ◦ blue 154

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

Shades of Deep Cerise #DA3B9A

Tints of Deep Cerise #DA3B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 50.58%
G = 13.69%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA3B9A (or 0xDA3B9A) is known color: Deep Cerise. HEX triplet: DA, 3B and 9A. RGB value is (218,59,154). Sum of RGB (Red+Green+Blue) = 218+59+154=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3B9A is #25C465. Grayscale: #757575. Windows color (decimal): -2475110 or 10107866. OLE color: 10107866.

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

Color convert

RGB 218 59 154 -
CMYK 0 0.73 0.29 0.15
HSL 324.15º 0.68% 0.54% -
HSV(B) 324.15º 0.73% 0.85% -
XYZ 36.31 20.37 32.59 -
YUV 117.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 218 59 154 0 0.73 0.29 0.15 324.15 0.68 0.54
Hex DA 3B 9A 0 49 1D F 144 44 36
Octal 332 73 232 0 111 35 17 504 104 66
Binary 11011010 111011 10011010 0 1001001 11101 1111 101000100 1000100 110110

Color Harmonies of #DA3B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B9A

Black with #DA3B9A

Text Example


Text Example

White with #DA3B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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