Html Css Color HEX #D85ACB Free Speech Magenta

📋 copy color: '#D85ACB'

red 216 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Magenta #D85ACB

Tints of Free Speech Magenta #D85ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.68%

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 42.44%
G = 17.68%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D85ACB (or 0xD85ACB) is known color: Free Speech Magenta. HEX triplet: D8, 5A and CB. RGB value is (216,90,203). Sum of RGB (Red+Green+Blue) = 216+90+203=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ACB is #27A534. Grayscale: #8C8C8C. Windows color (decimal): -2598197 or 13327064. OLE color: 13327064.

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

Color convert

RGB 216 90 203 -
CMYK 0 0.58 0.06 0.15
HSL 306.19º 0.62% 0.6% -
HSV(B) 306.19º 0.58% 0.85% -
XYZ 42.75 26.22 59.31 -
YUV 140.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 216 90 203 0 0.58 0.06 0.15 306.19 0.62 0.6
Hex D8 5A CB 0 3A 6 F 132 3E 3C
Octal 330 132 313 0 72 6 17 462 76 74
Binary 11011000 1011010 11001011 0 111010 110 1111 100110010 111110 111100

Color Harmonies of #D85ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ACB

Black with #D85ACB

Text Example


Text Example

White with #D85ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ACB; }

 p { color: rgb(216,90,203); }

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

background-color css

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

 a { background-color: rgb(216,90,203); }

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

border-color css

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

 span { border-color: rgb(216,90,203); }

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