Html Css Color HEX #D258D1 Free Speech Magenta

📋 copy color: '#D258D1'

red 210 ◦ green 88 ◦ blue 209

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

Shades of Free Speech Magenta #D258D1

Tints of Free Speech Magenta #D258D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.36%

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 41.42%
G = 17.36%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D258D1 (or 0xD258D1) is known color: Free Speech Magenta. HEX triplet: D2, 58 and D1. RGB value is (210,88,209). Sum of RGB (Red+Green+Blue) = 210+88+209=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D258D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258D1 is #2DA72E. Grayscale: #898989. Windows color (decimal): -2991919 or 13719762. OLE color: 13719762.

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

Color convert

RGB 210 88 209 -
CMYK 0 0.58 0.00 0.18
HSL 300.49º 0.58% 0.58% -
HSV(B) 300.49º 0.58% 0.82% -
XYZ 41.58 25.28 63.01 -
YUV 138.27 167.92 179.16 -
System Red Green Blue C M Y K H S L
Decimal 210 88 209 0 0.58 0.00 0.18 300.49 0.58 0.58
Hex D2 58 D1 0 3A 0 12 12C 3A 3A
Octal 322 130 321 0 72 0 22 454 72 72
Binary 11010010 1011000 11010001 0 111010 0 10010 100101100 111010 111010

Color Harmonies of #D258D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258D1

Black with #D258D1

Text Example


Text Example

White with #D258D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258D1; }

 p { color: rgb(210,88,209); }

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

background-color css

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

 a { background-color: rgb(210,88,209); }

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

border-color css

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

 span { border-color: rgb(210,88,209); }

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