Html Css Color HEX #DA3CA4 Deep Cerise

📋 copy color: '#DA3CA4'

red 218 ◦ green 60 ◦ blue 164

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

Shades of Deep Cerise #DA3CA4

Tints of Deep Cerise #DA3CA4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.57%

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

R = 49.32%
G = 13.57%
B = 37.1%

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

#DA3CA4 (or 0xDA3CA4) is known color: Deep Cerise. HEX triplet: DA, 3C and A4. RGB value is (218,60,164). Sum of RGB (Red+Green+Blue) = 218+60+164=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3CA4 is #25C35B. Grayscale: #767676. Windows color (decimal): -2474844 or 10763482. OLE color: 10763482.

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

Color convert

RGB 218 60 164 -
CMYK 0 0.72 0.25 0.15
HSL 320.51º 0.68% 0.55% -
HSV(B) 320.51º 0.72% 0.85% -
XYZ 37.23 20.82 37.18 -
YUV 119.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 218 60 164 0 0.72 0.25 0.15 320.51 0.68 0.55
Hex DA 3C A4 0 48 19 F 141 44 37
Octal 332 74 244 0 110 31 17 501 104 67
Binary 11011010 111100 10100100 0 1001000 11001 1111 101000001 1000100 110111

Color Harmonies of #DA3CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3CA4

Black with #DA3CA4

Text Example


Text Example

White with #DA3CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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