Html Css Color HEX #D259DC Free Speech Magenta

📋 copy color: '#D259DC'

red 210 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #D259DC

Tints of Free Speech Magenta #D259DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.15%

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

R = 40.46%
G = 17.15%
B = 42.39%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D259DC (or 0xD259DC) is known color: Free Speech Magenta. HEX triplet: D2, 59 and DC. RGB value is (210,89,220). Sum of RGB (Red+Green+Blue) = 210+89+220=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #D259DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259DC is #2DA623. Grayscale: #8B8B8B. Windows color (decimal): -2991652 or 14440914. OLE color: 14440914.

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

Color convert

RGB 210 89 220 -
CMYK 0.05 0.60 0 0.14
HSL 295.42º 0.65% 0.61% -
HSV(B) 295.42º 0.6% 0.86% -
XYZ 43.07 26.01 70.46 -
YUV 140.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 210 89 220 0.05 0.60 0 0.14 295.42 0.65 0.61
Hex D2 59 DC 5 3C 0 E 127 41 3D
Octal 322 131 334 5 74 0 16 447 101 75
Binary 11010010 1011001 11011100 101 111100 0 1110 100100111 1000001 111101

Color Harmonies of #D259DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259DC

Black with #D259DC

Text Example


Text Example

White with #D259DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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