Html Css Color HEX #DA3DAE Deep Cerise

📋 copy color: '#DA3DAE'

red 218 ◦ green 61 ◦ blue 174

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

Shades of Deep Cerise #DA3DAE

Tints of Deep Cerise #DA3DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.41%

R = 48.12%
G = 13.47%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA3DAE (or 0xDA3DAE) is known color: Deep Cerise. HEX triplet: DA, 3D and AE. RGB value is (218,61,174). Sum of RGB (Red+Green+Blue) = 218+61+174=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DAE is #25C251. Grayscale: #787878. Windows color (decimal): -2474578 or 11419098. OLE color: 11419098.

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

Color convert

RGB 218 61 174 -
CMYK 0 0.72 0.20 0.15
HSL 316.82º 0.68% 0.55% -
HSV(B) 316.82º 0.72% 0.85% -
XYZ 38.22 21.3 42.14 -
YUV 120.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 218 61 174 0 0.72 0.20 0.15 316.82 0.68 0.55
Hex DA 3D AE 0 48 14 F 13D 44 37
Octal 332 75 256 0 110 24 17 475 104 67
Binary 11011010 111101 10101110 0 1001000 10100 1111 100111101 1000100 110111

Color Harmonies of #DA3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DAE

Black with #DA3DAE

Text Example


Text Example

White with #DA3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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