Html Css Color HEX #DA5ACC Free Speech Magenta

📋 copy color: '#DA5ACC'

red 218 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #DA5ACC

Tints of Free Speech Magenta #DA5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.58%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 42.58%
G = 17.58%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA5ACC (or 0xDA5ACC) is known color: Free Speech Magenta. HEX triplet: DA, 5A and CC. RGB value is (218,90,204). Sum of RGB (Red+Green+Blue) = 218+90+204=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5ACC is #25A533. Grayscale: #8C8C8C. Windows color (decimal): -2467124 or 13392602. OLE color: 13392602.

HSL color Cylindrical-coordinate representation of color #DA5ACC: hue angle of 306.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5ACC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 204 -
CMYK 0 0.59 0.06 0.15
HSL 306.56º 0.63% 0.6% -
HSV(B) 306.56º 0.59% 0.85% -
XYZ 43.47 26.58 59.97 -
YUV 141.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 218 90 204 0 0.59 0.06 0.15 306.56 0.63 0.6
Hex DA 5A CC 0 3B 6 F 133 3F 3C
Octal 332 132 314 0 73 6 17 463 77 74
Binary 11011010 1011010 11001100 0 111011 110 1111 100110011 111111 111100

Color Harmonies of #DA5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5ACC

Black with #DA5ACC

Text Example


Text Example

White with #DA5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5ACC; }

 p { color: rgb(218,90,204); }

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

background-color css

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

 a { background-color: rgb(218,90,204); }

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

border-color css

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

 span { border-color: rgb(218,90,204); }

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