Html Css Color HEX #D95ED4 Free Speech Magenta

📋 copy color: '#D95ED4'

red 217 ◦ green 94 ◦ blue 212

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

Shades of Free Speech Magenta #D95ED4

Tints of Free Speech Magenta #D95ED4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.97%

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

R = 41.49%
G = 17.97%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D95ED4 (or 0xD95ED4) is known color: Free Speech Magenta. HEX triplet: D9, 5E and D4. RGB value is (217,94,212). Sum of RGB (Red+Green+Blue) = 217+94+212=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ED4 is #26A12B. Grayscale: #8F8F8F. Windows color (decimal): -2531628 or 13917913. OLE color: 13917913.

HSL color Cylindrical-coordinate representation of color #D95ED4: hue angle of 302.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95ED4 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 94 212 -
CMYK 0 0.57 0.02 0.15
HSL 302.44º 0.62% 0.61% -
HSV(B) 302.44º 0.57% 0.85% -
XYZ 44.5 27.51 65.25 -
YUV 144.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 217 94 212 0 0.57 0.02 0.15 302.44 0.62 0.61
Hex D9 5E D4 0 39 2 F 12E 3E 3D
Octal 331 136 324 0 71 2 17 456 76 75
Binary 11011001 1011110 11010100 0 111001 10 1111 100101110 111110 111101

Color Harmonies of #D95ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ED4

Black with #D95ED4

Text Example


Text Example

White with #D95ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ED4; }

 p { color: rgb(217,94,212); }

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

background-color css

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

 a { background-color: rgb(217,94,212); }

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

border-color css

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

 span { border-color: rgb(217,94,212); }

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