Html Css Color HEX #D259E2 Free Speech Magenta

📋 copy color: '#D259E2'

red 210 ◦ green 89 ◦ blue 226

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

Shades of Free Speech Magenta #D259E2

Tints of Free Speech Magenta #D259E2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.95%

 BLUE value IS 226 (88.67% from 255) = 43.05%

R = 40%
G = 16.95%
B = 43.05%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D259E2 (or 0xD259E2) is known color: Free Speech Magenta. HEX triplet: D2, 59 and E2. RGB value is (210,89,226). Sum of RGB (Red+Green+Blue) = 210+89+226=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #D259E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259E2 is #2DA61D. Grayscale: #8C8C8C. Windows color (decimal): -2991646 or 14834130. OLE color: 14834130.

HSL color Cylindrical-coordinate representation of color #D259E2: hue angle of 292.99º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D259E2 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 89 226 -
CMYK 0.07 0.61 0 0.11
HSL 292.99º 0.7% 0.62% -
HSV(B) 292.99º 0.61% 0.89% -
XYZ 43.88 26.34 74.72 -
YUV 140.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 210 89 226 0.07 0.61 0 0.11 292.99 0.7 0.62
Hex D2 59 E2 7 3D 0 B 125 46 3E
Octal 322 131 342 7 75 0 13 445 106 76
Binary 11010010 1011001 11100010 111 111101 0 1011 100100101 1000110 111110

Color Harmonies of #D259E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259E2

Black with #D259E2

Text Example


Text Example

White with #D259E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259E2; }

 p { color: rgb(210,89,226); }

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

background-color css

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

 a { background-color: rgb(210,89,226); }

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

border-color css

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

 span { border-color: rgb(210,89,226); }

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