Html Css Color HEX #D25CD5 Free Speech Magenta

📋 copy color: '#D25CD5'

red 210 ◦ green 92 ◦ blue 213

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

Shades of Free Speech Magenta #D25CD5

Tints of Free Speech Magenta #D25CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 40.78%
G = 17.86%
B = 41.36%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D25CD5 (or 0xD25CD5) is known color: Free Speech Magenta. HEX triplet: D2, 5C and D5. RGB value is (210,92,213). Sum of RGB (Red+Green+Blue) = 210+92+213=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #D25CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CD5 is #2DA32A. Grayscale: #8C8C8C. Windows color (decimal): -2990891 or 13982930. OLE color: 13982930.

HSL color Cylindrical-coordinate representation of color #D25CD5: hue angle of 298.51º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25CD5 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 92 213 -
CMYK 0.01 0.57 0 0.16
HSL 298.51º 0.59% 0.6% -
HSV(B) 298.51º 0.57% 0.84% -
XYZ 42.42 26.16 65.76 -
YUV 141.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 210 92 213 0.01 0.57 0 0.16 298.51 0.59 0.6
Hex D2 5C D5 1 39 0 10 12B 3B 3C
Octal 322 134 325 1 71 0 20 453 73 74
Binary 11010010 1011100 11010101 1 111001 0 10000 100101011 111011 111100

Color Harmonies of #D25CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CD5

Black with #D25CD5

Text Example


Text Example

White with #D25CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CD5; }

 p { color: rgb(210,92,213); }

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

background-color css

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

 a { background-color: rgb(210,92,213); }

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

border-color css

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

 span { border-color: rgb(210,92,213); }

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