Html Css Color HEX #D258DC Free Speech Magenta

📋 copy color: '#D258DC'

red 210 ◦ green 88 ◦ blue 220

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

Shades of Free Speech Magenta #D258DC

Tints of Free Speech Magenta #D258DC

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 40.54%
G = 16.99%
B = 42.47%

CMYK

 C value IS 0.05

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D258DC (or 0xD258DC) is known color: Free Speech Magenta. HEX triplet: D2, 58 and DC. RGB value is (210,88,220). Sum of RGB (Red+Green+Blue) = 210+88+220=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #D258DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258DC is #2DA723. Grayscale: #8B8B8B. Windows color (decimal): -2991908 or 14440658. OLE color: 14440658.

HSL color Cylindrical-coordinate representation of color #D258DC: hue angle of 295.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D258DC is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 88 220 -
CMYK 0.05 0.6 0 0.14
HSL 295.45º 0.65% 0.6% -
HSV(B) 295.45º 0.6% 0.86% -
XYZ 42.99 25.85 70.43 -
YUV 139.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 210 88 220 0.05 0.6 0 0.14 295.45 0.65 0.6
Hex D2 58 DC 5 3C 0 E 127 41 3C
Octal 322 130 334 5 74 0 16 447 101 74
Binary 11010010 1011000 11011100 101 111100 0 1110 100100111 1000001 111100

Color Harmonies of #D258DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258DC

Black with #D258DC

Text Example


Text Example

White with #D258DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258DC; }

 p { color: rgb(210,88,220); }

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

background-color css

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

 a { background-color: rgb(210,88,220); }

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

border-color css

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

 span { border-color: rgb(210,88,220); }

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