Html Css Color HEX #D25BEB Free Speech Magenta

📋 copy color: '#D25BEB'

red 210 ◦ green 91 ◦ blue 235

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

Shades of Free Speech Magenta #D25BEB

Tints of Free Speech Magenta #D25BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.98%

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 39.18%
G = 16.98%
B = 43.84%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D25BEB (or 0xD25BEB) is known color: Free Speech Magenta. HEX triplet: D2, 5B and EB. RGB value is (210,91,235). Sum of RGB (Red+Green+Blue) = 210+91+235=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #D25BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25BEB is #2DA414. Grayscale: #8E8E8E. Windows color (decimal): -2991125 or 15424466. OLE color: 15424466.

HSL color Cylindrical-coordinate representation of color #D25BEB: hue angle of 289.58º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25BEB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 91 235 -
CMYK 0.11 0.61 0 0.08
HSL 289.58º 0.78% 0.64% -
HSV(B) 289.58º 0.61% 0.92% -
XYZ 45.31 27.18 81.46 -
YUV 143 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 210 91 235 0.11 0.61 0 0.08 289.58 0.78 0.64
Hex D2 5B EB B 3D 0 8 122 4E 40
Octal 322 133 353 13 75 0 10 442 116 100
Binary 11010010 1011011 11101011 1011 111101 0 1000 100100010 1001110 1000000

Color Harmonies of #D25BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25BEB

Black with #D25BEB

Text Example


Text Example

White with #D25BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25BEB; }

 p { color: rgb(210,91,235); }

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

background-color css

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

 a { background-color: rgb(210,91,235); }

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

border-color css

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

 span { border-color: rgb(210,91,235); }

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