Html Css Color HEX #D951E4 Free Speech Magenta

📋 copy color: '#D951E4'

red 217 ◦ green 81 ◦ blue 228

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

Shades of Free Speech Magenta #D951E4

Tints of Free Speech Magenta #D951E4

RGB

 RED value IS 217 (85.16% from 255) = 41.25%

 GREEN value IS 81 (32.03% from 255) = 15.4%

 BLUE value IS 228 (89.45% from 255) = 43.35%

R = 41.25%
G = 15.4%
B = 43.35%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D951E4 (or 0xD951E4) is known color: Free Speech Magenta. HEX triplet: D9, 51 and E4. RGB value is (217,81,228). Sum of RGB (Red+Green+Blue) = 217+81+228=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #D951E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951E4 is #26AE1B. Grayscale: #898989. Windows color (decimal): -2534940 or 14963161. OLE color: 14963161.

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

Color convert

RGB 217 81 228 -
CMYK 0.05 0.64 0 0.11
HSL 295.51º 0.73% 0.61% -
HSV(B) 295.51º 0.64% 0.89% -
XYZ 45.56 26.24 76.06 -
YUV 138.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 217 81 228 0.05 0.64 0 0.11 295.51 0.73 0.61
Hex D9 51 E4 5 40 0 B 128 49 3D
Octal 331 121 344 5 100 0 13 450 111 75
Binary 11011001 1010001 11100100 101 1000000 0 1011 100101000 1001001 111101

Color Harmonies of #D951E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D951E4

Black with #D951E4

Text Example


Text Example

White with #D951E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D951E4; }

 p { color: rgb(217,81,228); }

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

background-color css

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

 a { background-color: rgb(217,81,228); }

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

border-color css

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

 span { border-color: rgb(217,81,228); }

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