Html Css Color HEX #D35ACB Free Speech Magenta

📋 copy color: '#D35ACB'

red 211 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Magenta #D35ACB

Tints of Free Speech Magenta #D35ACB

RGB

 RED value IS 211 (82.81% from 255) = 41.87%

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

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

R = 41.87%
G = 17.86%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D35ACB (or 0xD35ACB) is known color: Free Speech Magenta. HEX triplet: D3, 5A and CB. RGB value is (211,90,203). Sum of RGB (Red+Green+Blue) = 211+90+203=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ACB is #2CA534. Grayscale: #8A8A8A. Windows color (decimal): -2925877 or 13327059. OLE color: 13327059.

HSL color Cylindrical-coordinate representation of color #D35ACB: hue angle of 303.97º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35ACB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 203 -
CMYK 0 0.57 0.04 0.17
HSL 303.97º 0.58% 0.59% -
HSV(B) 303.97º 0.57% 0.83% -
XYZ 41.3 25.47 59.24 -
YUV 139.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 211 90 203 0 0.57 0.04 0.17 303.97 0.58 0.59
Hex D3 5A CB 0 39 4 11 130 3A 3B
Octal 323 132 313 0 71 4 21 460 72 73
Binary 11010011 1011010 11001011 0 111001 100 10001 100110000 111010 111011

Color Harmonies of #D35ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35ACB

Black with #D35ACB

Text Example


Text Example

White with #D35ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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