Html Css Color HEX #D35FCC Free Speech Magenta

📋 copy color: '#D35FCC'

red 211 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #D35FCC

Tints of Free Speech Magenta #D35FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.63%

 BLUE value IS 204 (80.08% from 255) = 40%

R = 41.37%
G = 18.63%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D35FCC (or 0xD35FCC) is known color: Free Speech Magenta. HEX triplet: D3, 5F and CC. RGB value is (211,95,204). Sum of RGB (Red+Green+Blue) = 211+95+204=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D35FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FCC is #2CA033. Grayscale: #8D8D8D. Windows color (decimal): -2924596 or 13393875. OLE color: 13393875.

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

Color convert

RGB 211 95 204 -
CMYK 0 0.55 0.03 0.17
HSL 303.62º 0.57% 0.6% -
HSV(B) 303.62º 0.55% 0.83% -
XYZ 41.86 26.39 60.02 -
YUV 142.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 211 95 204 0 0.55 0.03 0.17 303.62 0.57 0.6
Hex D3 5F CC 0 37 3 11 130 39 3C
Octal 323 137 314 0 67 3 21 460 71 74
Binary 11010011 1011111 11001100 0 110111 11 10001 100110000 111001 111100

Color Harmonies of #D35FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FCC

Black with #D35FCC

Text Example


Text Example

White with #D35FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FCC; }

 p { color: rgb(211,95,204); }

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

background-color css

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

 a { background-color: rgb(211,95,204); }

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

border-color css

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

 span { border-color: rgb(211,95,204); }

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