#D35CCB

Color #D35CCB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D35CCB

Tints of Free Speech Magenta #D35CCB

Color information

#D35CCB (or 0xD35CCB) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5C and CB. RGB value is (211,92,203). Sum of RGB (Red+Green+Blue) = 211+92+203=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CCB is #2CA334. Grayscale: #8B8B8B. Windows color (decimal): -2925365 or 13327571. OLE color: 13327571.

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

Color convert

RGB21192203-
CMYK00.560.040.17
HSL304.03º57.49%59.41%-
HSV(B)304.03º56.4%82.75%-
XYZ41.4725.8159.3-
YUV140.23163.42178.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 92 (36.33% from 255) = 18.18%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=41.70%
G=18.18%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119220300.560.040.17304.0357.4959.41
HexD35CCB038411130393b
Octal3231343130704214607173
Binary11010011101110011001011011100010010001100110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CCB; }

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

 H1.HeaderClassName
 {
   color: #D35CCB;
 }
 .AnyTagClassName
 {
   color: #D35CCB;
 }
</style>
background-color css

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

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

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

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

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

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