Html Css Color HEX #D258D5 Free Speech Magenta

📋 copy color: '#D258D5'

red 210 ◦ green 88 ◦ blue 213

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

Shades of Free Speech Magenta #D258D5

Tints of Free Speech Magenta #D258D5

RGB

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

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

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

R = 41.1%
G = 17.22%
B = 41.68%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D258D5 (or 0xD258D5) is known color: Free Speech Magenta. HEX triplet: D2, 58 and D5. RGB value is (210,88,213). Sum of RGB (Red+Green+Blue) = 210+88+213=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #D258D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258D5 is #2DA72A. Grayscale: #8A8A8A. Windows color (decimal): -2991915 or 13981906. OLE color: 13981906.

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

Color convert

RGB 210 88 213 -
CMYK 0.01 0.59 0 0.16
HSL 298.56º 0.6% 0.59% -
HSV(B) 298.56º 0.59% 0.84% -
XYZ 42.08 25.49 65.65 -
YUV 138.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 210 88 213 0.01 0.59 0 0.16 298.56 0.6 0.59
Hex D2 58 D5 1 3B 0 10 12B 3C 3B
Octal 322 130 325 1 73 0 20 453 74 73
Binary 11010010 1011000 11010101 1 111011 0 10000 100101011 111100 111011

Color Harmonies of #D258D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258D5

Black with #D258D5

Text Example


Text Example

White with #D258D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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