Html Css Color HEX #DA3DA4 Deep Cerise

📋 copy color: '#DA3DA4'

red 218 ◦ green 61 ◦ blue 164

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

Shades of Deep Cerise #DA3DA4

Tints of Deep Cerise #DA3DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.02%

R = 49.21%
G = 13.77%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA3DA4 (or 0xDA3DA4) is known color: Deep Cerise. HEX triplet: DA, 3D and A4. RGB value is (218,61,164). Sum of RGB (Red+Green+Blue) = 218+61+164=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3DA4 is #25C25B. Grayscale: #777777. Windows color (decimal): -2474588 or 10763738. OLE color: 10763738.

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

Color convert

RGB 218 61 164 -
CMYK 0 0.72 0.25 0.15
HSL 320.64º 0.68% 0.55% -
HSV(B) 320.64º 0.72% 0.85% -
XYZ 37.28 20.92 37.2 -
YUV 119.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 218 61 164 0 0.72 0.25 0.15 320.64 0.68 0.55
Hex DA 3D A4 0 48 19 F 141 44 37
Octal 332 75 244 0 110 31 17 501 104 67
Binary 11011010 111101 10100100 0 1001000 11001 1111 101000001 1000100 110111

Color Harmonies of #DA3DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DA4

Black with #DA3DA4

Text Example


Text Example

White with #DA3DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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