Html Css Color HEX #DA62C5 Free Speech Magenta

📋 copy color: '#DA62C5'

red 218 ◦ green 98 ◦ blue 197

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

Shades of Free Speech Magenta #DA62C5

Tints of Free Speech Magenta #DA62C5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.1%

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 42.5%
G = 19.1%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA62C5 (or 0xDA62C5) is known color: Free Speech Magenta. HEX triplet: DA, 62 and C5. RGB value is (218,98,197). Sum of RGB (Red+Green+Blue) = 218+98+197=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA62C5 is #259D3A. Grayscale: #909090. Windows color (decimal): -2465083 or 12935898. OLE color: 12935898.

HSL color Cylindrical-coordinate representation of color #DA62C5: hue angle of 310.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA62C5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 197 -
CMYK 0 0.55 0.10 0.15
HSL 310.5º 0.62% 0.62% -
HSV(B) 310.5º 0.55% 0.85% -
XYZ 43.36 27.67 55.88 -
YUV 145.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 218 98 197 0 0.55 0.10 0.15 310.5 0.62 0.62
Hex DA 62 C5 0 37 A F 136 3E 3E
Octal 332 142 305 0 67 12 17 466 76 76
Binary 11011010 1100010 11000101 0 110111 1010 1111 100110110 111110 111110

Color Harmonies of #DA62C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA62C5

Black with #DA62C5

Text Example


Text Example

White with #DA62C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA62C5; }

 p { color: rgb(218,98,197); }

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

background-color css

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

 a { background-color: rgb(218,98,197); }

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

border-color css

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

 span { border-color: rgb(218,98,197); }

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