Html Css Color HEX #D258E2 Free Speech Magenta

📋 copy color: '#D258E2'

red 210 ◦ green 88 ◦ blue 226

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

Shades of Free Speech Magenta #D258E2

Tints of Free Speech Magenta #D258E2

RGB

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

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

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

R = 40.08%
G = 16.79%
B = 43.13%

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

#D258E2 (or 0xD258E2) is known color: Free Speech Magenta. HEX triplet: D2, 58 and E2. RGB value is (210,88,226). Sum of RGB (Red+Green+Blue) = 210+88+226=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #D258E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258E2 is #2DA71D. Grayscale: #8B8B8B. Windows color (decimal): -2991902 or 14833874. OLE color: 14833874.

HSL color Cylindrical-coordinate representation of color #D258E2: hue angle of 293.04º 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 #D258E2 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 88 226 -
CMYK 0.07 0.61 0 0.11
HSL 293.04º 0.7% 0.62% -
HSV(B) 293.04º 0.61% 0.89% -
XYZ 43.8 26.17 74.69 -
YUV 140.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 210 88 226 0.07 0.61 0 0.11 293.04 0.7 0.62
Hex D2 58 E2 7 3D 0 B 125 46 3E
Octal 322 130 342 7 75 0 13 445 106 76
Binary 11010010 1011000 11100010 111 111101 0 1011 100100101 1000110 111110

Color Harmonies of #D258E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258E2

Black with #D258E2

Text Example


Text Example

White with #D258E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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