#D654CA

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

Shades of Free Speech Magenta #D654CA

Tints of Free Speech Magenta #D654CA

Color information

#D654CA (or 0xD654CA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 54 and CA. RGB value is (214,84,202). Sum of RGB (Red+Green+Blue) = 214+84+202=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D654CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654CA is #29AB35. Grayscale: #878787. Windows color (decimal): -2730806 or 13259990. OLE color: 13259990.

HSL color Cylindrical-coordinate representation of color #D654CA: hue angle of 305.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D654CA is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21484202-
CMYK00.610.060.16
HSL305.54º61.32%58.43%-
HSV(B)305.54º60.75%83.92%-
XYZ41.5624.958.49-
YUV136.32165.07183.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 84 (33.20% from 255) = 16.8%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=42.8%
G=16.8%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148420200.610.060.16305.5461.3258.43
HexD654CA03D6101323d3a
Octal3261243120756204627572
Binary11010110101010011001010011110111010000100110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D654CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D654CA; }

 p { color: rgb(214,84,202); }

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

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

 a { background-color: rgb(214,84,202); }

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

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

 span { border-color: rgb(214,84,202); }

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