Html Css Color HEX #DA3D9A Deep Cerise

📋 copy color: '#DA3D9A'

red 218 ◦ green 61 ◦ blue 154

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

Shades of Deep Cerise #DA3D9A

Tints of Deep Cerise #DA3D9A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.09%

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

R = 50.35%
G = 14.09%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA3D9A (or 0xDA3D9A) is known color: Deep Cerise. HEX triplet: DA, 3D and 9A. RGB value is (218,61,154). Sum of RGB (Red+Green+Blue) = 218+61+154=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3D9A is #25C265. Grayscale: #767676. Windows color (decimal): -2474598 or 10108378. OLE color: 10108378.

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

Color convert

RGB 218 61 154 -
CMYK 0 0.72 0.29 0.15
HSL 324.46º 0.68% 0.55% -
HSV(B) 324.46º 0.72% 0.85% -
XYZ 36.41 20.58 32.62 -
YUV 118.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 218 61 154 0 0.72 0.29 0.15 324.46 0.68 0.55
Hex DA 3D 9A 0 48 1D F 144 44 37
Octal 332 75 232 0 110 35 17 504 104 67
Binary 11011010 111101 10011010 0 1001000 11101 1111 101000100 1000100 110111

Color Harmonies of #DA3D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D9A

Black with #DA3D9A

Text Example


Text Example

White with #DA3D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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