Html Css Color HEX #D257D4 Free Speech Magenta

📋 copy color: '#D257D4'

red 210 ◦ green 87 ◦ blue 212

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

Shades of Free Speech Magenta #D257D4

Tints of Free Speech Magenta #D257D4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.09%

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

R = 41.26%
G = 17.09%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D257D4 (or 0xD257D4) is known color: Free Speech Magenta. HEX triplet: D2, 57 and D4. RGB value is (210,87,212). Sum of RGB (Red+Green+Blue) = 210+87+212=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #D257D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257D4 is #2DA82B. Grayscale: #898989. Windows color (decimal): -2992172 or 13916114. OLE color: 13916114.

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

Color convert

RGB 210 87 212 -
CMYK 0.01 0.59 0 0.17
HSL 299.04º 0.59% 0.59% -
HSV(B) 299.04º 0.59% 0.83% -
XYZ 41.87 25.27 64.96 -
YUV 138.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 210 87 212 0.01 0.59 0 0.17 299.04 0.59 0.59
Hex D2 57 D4 1 3B 0 11 12B 3B 3B
Octal 322 127 324 1 73 0 21 453 73 73
Binary 11010010 1010111 11010100 1 111011 0 10001 100101011 111011 111011

Color Harmonies of #D257D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257D4

Black with #D257D4

Text Example


Text Example

White with #D257D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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