Html Css Color HEX #D85EC4 Free Speech Magenta

📋 copy color: '#D85EC4'

red 216 ◦ green 94 ◦ blue 196

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

Shades of Free Speech Magenta #D85EC4

Tints of Free Speech Magenta #D85EC4

RGB

 RED value IS 216 (84.77% from 255) = 42.69%

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 42.69%
G = 18.58%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D85EC4 (or 0xD85EC4) is known color: Free Speech Magenta. HEX triplet: D8, 5E and C4. RGB value is (216,94,196). Sum of RGB (Red+Green+Blue) = 216+94+196=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EC4 is #27A13B. Grayscale: #8D8D8D. Windows color (decimal): -2597180 or 12869336. OLE color: 12869336.

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

Color convert

RGB 216 94 196 -
CMYK 0 0.56 0.09 0.15
HSL 309.84º 0.61% 0.61% -
HSV(B) 309.84º 0.56% 0.85% -
XYZ 42.29 26.59 55.13 -
YUV 142.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 216 94 196 0 0.56 0.09 0.15 309.84 0.61 0.61
Hex D8 5E C4 0 38 9 F 136 3D 3D
Octal 330 136 304 0 70 11 17 466 75 75
Binary 11011000 1011110 11000100 0 111000 1001 1111 100110110 111101 111101

Color Harmonies of #D85EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EC4

Black with #D85EC4

Text Example


Text Example

White with #D85EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EC4; }

 p { color: rgb(216,94,196); }

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

background-color css

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

 a { background-color: rgb(216,94,196); }

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

border-color css

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

 span { border-color: rgb(216,94,196); }

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