Html Css Color HEX #D258D4 Free Speech Magenta

📋 copy color: '#D258D4'

red 210 ◦ green 88 ◦ blue 212

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

Shades of Free Speech Magenta #D258D4

Tints of Free Speech Magenta #D258D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 41.18%
G = 17.25%
B = 41.57%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D258D4 (or 0xD258D4) is known color: Free Speech Magenta. HEX triplet: D2, 58 and D4. RGB value is (210,88,212). Sum of RGB (Red+Green+Blue) = 210+88+212=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #D258D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258D4 is #2DA72B. Grayscale: #8A8A8A. Windows color (decimal): -2991916 or 13916370. OLE color: 13916370.

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

Color convert

RGB 210 88 212 -
CMYK 0.01 0.58 0 0.17
HSL 299.03º 0.59% 0.59% -
HSV(B) 299.03º 0.58% 0.83% -
XYZ 41.95 25.43 64.99 -
YUV 138.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 210 88 212 0.01 0.58 0 0.17 299.03 0.59 0.59
Hex D2 58 D4 1 3A 0 11 12B 3B 3B
Octal 322 130 324 1 72 0 21 453 73 73
Binary 11010010 1011000 11010100 1 111010 0 10001 100101011 111011 111011

Color Harmonies of #D258D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258D4

Black with #D258D4

Text Example


Text Example

White with #D258D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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