Html Css Color HEX #DA58C8 Free Speech Magenta

📋 copy color: '#DA58C8'

red 218 ◦ green 88 ◦ blue 200

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

Shades of Free Speech Magenta #DA58C8

Tints of Free Speech Magenta #DA58C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 43.08%
G = 17.39%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA58C8 (or 0xDA58C8) is known color: Free Speech Magenta. HEX triplet: DA, 58 and C8. RGB value is (218,88,200). Sum of RGB (Red+Green+Blue) = 218+88+200=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58C8 is #25A737. Grayscale: #8B8B8B. Windows color (decimal): -2467640 or 13129946. OLE color: 13129946.

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

Color convert

RGB 218 88 200 -
CMYK 0 0.60 0.08 0.15
HSL 308.31º 0.64% 0.6% -
HSV(B) 308.31º 0.6% 0.85% -
XYZ 42.83 26.06 57.42 -
YUV 139.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 218 88 200 0 0.60 0.08 0.15 308.31 0.64 0.6
Hex DA 58 C8 0 3C 8 F 134 40 3C
Octal 332 130 310 0 74 10 17 464 100 74
Binary 11011010 1011000 11001000 0 111100 1000 1111 100110100 1000000 111100

Color Harmonies of #DA58C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58C8

Black with #DA58C8

Text Example


Text Example

White with #DA58C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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