Html Css Color HEX #D25DCC Free Speech Magenta

📋 copy color: '#D25DCC'

red 210 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Magenta #D25DCC

Tints of Free Speech Magenta #D25DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 41.42%
G = 18.34%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D25DCC (or 0xD25DCC) is known color: Free Speech Magenta. HEX triplet: D2, 5D and CC. RGB value is (210,93,204). Sum of RGB (Red+Green+Blue) = 210+93+204=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DCC is #2DA233. Grayscale: #8C8C8C. Windows color (decimal): -2990644 or 13393362. OLE color: 13393362.

HSL color Cylindrical-coordinate representation of color #D25DCC: hue angle of 303.08º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25DCC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 204 -
CMYK 0 0.56 0.03 0.18
HSL 303.08º 0.57% 0.59% -
HSV(B) 303.08º 0.56% 0.82% -
XYZ 41.39 25.89 59.94 -
YUV 140.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 210 93 204 0 0.56 0.03 0.18 303.08 0.57 0.59
Hex D2 5D CC 0 38 3 12 12F 39 3B
Octal 322 135 314 0 70 3 22 457 71 73
Binary 11010010 1011101 11001100 0 111000 11 10010 100101111 111001 111011

Color Harmonies of #D25DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DCC

Black with #D25DCC

Text Example


Text Example

White with #D25DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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