Html Css Color HEX #D250D5 Free Speech Magenta

📋 copy color: '#D250D5'

red 210 ◦ green 80 ◦ blue 213

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

Shades of Free Speech Magenta #D250D5

Tints of Free Speech Magenta #D250D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.9%

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

R = 41.75%
G = 15.9%
B = 42.35%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D250D5 (or 0xD250D5) is known color: Free Speech Magenta. HEX triplet: D2, 50 and D5. RGB value is (210,80,213). Sum of RGB (Red+Green+Blue) = 210+80+213=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #D250D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250D5 is #2DAF2A. Grayscale: #858585. Windows color (decimal): -2993963 or 13979858. OLE color: 13979858.

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

Color convert

RGB 210 80 213 -
CMYK 0.01 0.62 0 0.16
HSL 298.65º 0.61% 0.57% -
HSV(B) 298.65º 0.62% 0.84% -
XYZ 41.46 24.24 65.45 -
YUV 134.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 210 80 213 0.01 0.62 0 0.16 298.65 0.61 0.57
Hex D2 50 D5 1 3E 0 10 12B 3D 39
Octal 322 120 325 1 76 0 20 453 75 71
Binary 11010010 1010000 11010101 1 111110 0 10000 100101011 111101 111001

Color Harmonies of #D250D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250D5

Black with #D250D5

Text Example


Text Example

White with #D250D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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