#D35CDB

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

Shades of Free Speech Magenta #D35CDB

Tints of Free Speech Magenta #D35CDB

Color information

#D35CDB (or 0xD35CDB) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5C and DB. RGB value is (211,92,219). Sum of RGB (Red+Green+Blue) = 211+92+219=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #D35CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CDB is #2CA324. Grayscale: #8D8D8D. Windows color (decimal): -2925349 or 14376147. OLE color: 14376147.

HSL color Cylindrical-coordinate representation of color #D35CDB: hue angle of 296.22º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35CDB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21192219-
CMYK0.040.5800.14
HSL296.22º63.82%60.98%-
HSV(B)296.22º57.99%85.88%-
XYZ43.4826.6269.86-
YUV142.06171.42177.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 92 (36.33% from 255) = 17.62%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=40.42%
G=17.62%
B=41.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal211922190.040.5800.14296.2263.8260.98
HexD35CDB43A0E128403d
Octal32313433347201645010075
Binary11010011101110011011011100111010011101001010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CDB; }

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

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

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

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

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

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

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

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