Html Css Color HEX #DA58C7 Free Speech Magenta

📋 copy color: '#DA58C7'

red 218 ◦ green 88 ◦ blue 199

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

Shades of Free Speech Magenta #DA58C7

Tints of Free Speech Magenta #DA58C7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.43%

 BLUE value IS 199 (78.13% from 255) = 39.41%

R = 43.17%
G = 17.43%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA58C7 (or 0xDA58C7) is known color: Free Speech Magenta. HEX triplet: DA, 58 and C7. RGB value is (218,88,199). Sum of RGB (Red+Green+Blue) = 218+88+199=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58C7 is #25A738. Grayscale: #8B8B8B. Windows color (decimal): -2467641 or 13064410. OLE color: 13064410.

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

Color convert

RGB 218 88 199 -
CMYK 0 0.60 0.09 0.15
HSL 308.77º 0.64% 0.6% -
HSV(B) 308.77º 0.6% 0.85% -
XYZ 42.71 26.01 56.8 -
YUV 139.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 218 88 199 0 0.60 0.09 0.15 308.77 0.64 0.6
Hex DA 58 C7 0 3C 9 F 135 40 3C
Octal 332 130 307 0 74 11 17 465 100 74
Binary 11011010 1011000 11000111 0 111100 1001 1111 100110101 1000000 111100

Color Harmonies of #DA58C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58C7

Black with #DA58C7

Text Example


Text Example

White with #DA58C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58C7; }

 p { color: rgb(218,88,199); }

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

background-color css

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

 a { background-color: rgb(218,88,199); }

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

border-color css

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

 span { border-color: rgb(218,88,199); }

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