Html Css Color HEX #D660C8 Free Speech Magenta

📋 copy color: '#D660C8'

red 214 ◦ green 96 ◦ blue 200

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

Shades of Free Speech Magenta #D660C8

Tints of Free Speech Magenta #D660C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 41.96%
G = 18.82%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D660C8 (or 0xD660C8) is known color: Free Speech Magenta. HEX triplet: D6, 60 and C8. RGB value is (214,96,200). Sum of RGB (Red+Green+Blue) = 214+96+200=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D660C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660C8 is #299F37. Grayscale: #8E8E8E. Windows color (decimal): -2727736 or 13131990. OLE color: 13131990.

HSL color Cylindrical-coordinate representation of color #D660C8: hue angle of 307.12º 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 #D660C8 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 200 -
CMYK 0 0.55 0.07 0.16
HSL 307.12º 0.59% 0.61% -
HSV(B) 307.12º 0.55% 0.84% -
XYZ 42.34 26.83 57.59 -
YUV 143.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 214 96 200 0 0.55 0.07 0.16 307.12 0.59 0.61
Hex D6 60 C8 0 37 7 10 133 3B 3D
Octal 326 140 310 0 67 7 20 463 73 75
Binary 11010110 1100000 11001000 0 110111 111 10000 100110011 111011 111101

Color Harmonies of #D660C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D660C8

Black with #D660C8

Text Example


Text Example

White with #D660C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D660C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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