Html Css Color HEX #D660CC Free Speech Magenta

📋 copy color: '#D660CC'

red 214 ◦ green 96 ◦ blue 204

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

Shades of Free Speech Magenta #D660CC

Tints of Free Speech Magenta #D660CC

RGB

 RED value IS 214 (83.98% from 255) = 41.63%

 GREEN value IS 96 (37.89% from 255) = 18.68%

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

R = 41.63%
G = 18.68%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D660CC (or 0xD660CC) is known color: Free Speech Magenta. HEX triplet: D6, 60 and CC. RGB value is (214,96,204). Sum of RGB (Red+Green+Blue) = 214+96+204=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D660CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660CC is #299F33. Grayscale: #8F8F8F. Windows color (decimal): -2727732 or 13394134. OLE color: 13394134.

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

Color convert

RGB 214 96 204 -
CMYK 0 0.55 0.05 0.16
HSL 305.08º 0.59% 0.61% -
HSV(B) 305.08º 0.55% 0.84% -
XYZ 42.81 27.02 60.09 -
YUV 143.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 214 96 204 0 0.55 0.05 0.16 305.08 0.59 0.61
Hex D6 60 CC 0 37 5 10 131 3B 3D
Octal 326 140 314 0 67 5 20 461 73 75
Binary 11010110 1100000 11001100 0 110111 101 10000 100110001 111011 111101

Color Harmonies of #D660CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D660CC

Black with #D660CC

Text Example


Text Example

White with #D660CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D660CC; }

 p { color: rgb(214,96,204); }

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

background-color css

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

 a { background-color: rgb(214,96,204); }

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

border-color css

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

 span { border-color: rgb(214,96,204); }

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