#D35CCD

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

Shades of Free Speech Magenta #D35CCD

Tints of Free Speech Magenta #D35CCD

Color information

#D35CCD (or 0xD35CCD) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5C and CD. RGB value is (211,92,205). Sum of RGB (Red+Green+Blue) = 211+92+205=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D35CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CCD is #2CA332. Grayscale: #8C8C8C. Windows color (decimal): -2925363 or 13458643. OLE color: 13458643.

HSL color Cylindrical-coordinate representation of color #D35CCD: hue angle of 303.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 #D35CCD is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB21192205-
CMYK00.560.030.17
HSL303.03º57.49%59.41%-
HSV(B)303.03º56.4%82.75%-
XYZ41.7125.9160.56-
YUV140.46164.42178.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 92 (36.33% from 255) = 18.11%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=41.54%
G=18.11%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119220500.560.030.17303.0357.4959.41
HexD35CCD03831112f393b
Octal3231343150703214577173
Binary1101001110111001100110101110001110001100101111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CCD; }

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

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

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

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

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

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

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

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