Html Css Color HEX #D25DD9 Free Speech Magenta

📋 copy color: '#D25DD9'

red 210 ◦ green 93 ◦ blue 217

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

Shades of Free Speech Magenta #D25DD9

Tints of Free Speech Magenta #D25DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 40.38%
G = 17.88%
B = 41.73%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D25DD9 (or 0xD25DD9) is known color: Free Speech Magenta. HEX triplet: D2, 5D and D9. RGB value is (210,93,217). Sum of RGB (Red+Green+Blue) = 210+93+217=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #D25DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DD9 is #2DA226. Grayscale: #8D8D8D. Windows color (decimal): -2990631 or 14245330. OLE color: 14245330.

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

Color convert

RGB 210 93 217 -
CMYK 0.03 0.57 0 0.15
HSL 296.61º 0.62% 0.61% -
HSV(B) 296.61º 0.57% 0.85% -
XYZ 43.02 26.54 68.5 -
YUV 142.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 210 93 217 0.03 0.57 0 0.15 296.61 0.62 0.61
Hex D2 5D D9 3 39 0 F 129 3E 3D
Octal 322 135 331 3 71 0 17 451 76 75
Binary 11010010 1011101 11011001 11 111001 0 1111 100101001 111110 111101

Color Harmonies of #D25DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DD9

Black with #D25DD9

Text Example


Text Example

White with #D25DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DD9; }

 p { color: rgb(210,93,217); }

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

background-color css

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

 a { background-color: rgb(210,93,217); }

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

border-color css

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

 span { border-color: rgb(210,93,217); }

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