Html Css Color HEX #DA50CC Free Speech Magenta

📋 copy color: '#DA50CC'

red 218 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Magenta #DA50CC

Tints of Free Speech Magenta #DA50CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.94%

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

R = 43.43%
G = 15.94%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA50CC (or 0xDA50CC) is known color: Free Speech Magenta. HEX triplet: DA, 50 and CC. RGB value is (218,80,204). Sum of RGB (Red+Green+Blue) = 218+80+204=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50CC is #25AF33. Grayscale: #878787. Windows color (decimal): -2469684 or 13390042. OLE color: 13390042.

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

Color convert

RGB 218 80 204 -
CMYK 0 0.63 0.06 0.15
HSL 306.09º 0.65% 0.58% -
HSV(B) 306.09º 0.63% 0.85% -
XYZ 42.68 25 59.7 -
YUV 135.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 218 80 204 0 0.63 0.06 0.15 306.09 0.65 0.58
Hex DA 50 CC 0 3F 6 F 132 41 3A
Octal 332 120 314 0 77 6 17 462 101 72
Binary 11011010 1010000 11001100 0 111111 110 1111 100110010 1000001 111010

Color Harmonies of #DA50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50CC

Black with #DA50CC

Text Example


Text Example

White with #DA50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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