Html Css Color HEX #DA5CCC Free Speech Magenta

📋 copy color: '#DA5CCC'

red 218 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Magenta #DA5CCC

Tints of Free Speech Magenta #DA5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.9%

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

R = 42.41%
G = 17.9%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA5CCC (or 0xDA5CCC) is known color: Free Speech Magenta. HEX triplet: DA, 5C and CC. RGB value is (218,92,204). Sum of RGB (Red+Green+Blue) = 218+92+204=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5CCC is #25A333. Grayscale: #8E8E8E. Windows color (decimal): -2466612 or 13393114. OLE color: 13393114.

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

Color convert

RGB 218 92 204 -
CMYK 0 0.58 0.06 0.15
HSL 306.67º 0.63% 0.61% -
HSV(B) 306.67º 0.58% 0.85% -
XYZ 43.64 26.92 60.02 -
YUV 142.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 218 92 204 0 0.58 0.06 0.15 306.67 0.63 0.61
Hex DA 5C CC 0 3A 6 F 133 3F 3D
Octal 332 134 314 0 72 6 17 463 77 75
Binary 11011010 1011100 11001100 0 111010 110 1111 100110011 111111 111101

Color Harmonies of #DA5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5CCC

Black with #DA5CCC

Text Example


Text Example

White with #DA5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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