Html Css Color HEX #D25BDB Free Speech Magenta

📋 copy color: '#D25BDB'

red 210 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #D25BDB

Tints of Free Speech Magenta #D25BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 40.38%
G = 17.5%
B = 42.12%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D25BDB (or 0xD25BDB) is known color: Free Speech Magenta. HEX triplet: D2, 5B and DB. RGB value is (210,91,219). Sum of RGB (Red+Green+Blue) = 210+91+219=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #D25BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BDB is #2DA424. Grayscale: #8C8C8C. Windows color (decimal): -2991141 or 14375890. OLE color: 14375890.

HSL color Cylindrical-coordinate representation of color #D25BDB: hue angle of 295.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25BDB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 91 219 -
CMYK 0.04 0.58 0 0.14
HSL 295.78º 0.64% 0.61% -
HSV(B) 295.78º 0.58% 0.86% -
XYZ 43.11 26.3 69.82 -
YUV 141.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 210 91 219 0.04 0.58 0 0.14 295.78 0.64 0.61
Hex D2 5B DB 4 3A 0 E 128 40 3D
Octal 322 133 333 4 72 0 16 450 100 75
Binary 11010010 1011011 11011011 100 111010 0 1110 100101000 1000000 111101

Color Harmonies of #D25BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25BDB

Black with #D25BDB

Text Example


Text Example

White with #D25BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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