Html Css Color HEX #D460C6 Free Speech Magenta

📋 copy color: '#D460C6'

red 212 ◦ green 96 ◦ blue 198

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

Shades of Free Speech Magenta #D460C6

Tints of Free Speech Magenta #D460C6

RGB

 RED value IS 212 (83.2% from 255) = 41.9%

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 41.9%
G = 18.97%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D460C6 (or 0xD460C6) is known color: Free Speech Magenta. HEX triplet: D4, 60 and C6. RGB value is (212,96,198). Sum of RGB (Red+Green+Blue) = 212+96+198=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D460C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460C6 is #2B9F39. Grayscale: #8E8E8E. Windows color (decimal): -2858810 or 13000916. OLE color: 13000916.

HSL color Cylindrical-coordinate representation of color #D460C6: hue angle of 307.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D460C6 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 198 -
CMYK 0 0.55 0.07 0.17
HSL 307.24º 0.57% 0.6% -
HSV(B) 307.24º 0.55% 0.83% -
XYZ 41.53 26.44 56.34 -
YUV 142.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 212 96 198 0 0.55 0.07 0.17 307.24 0.57 0.6
Hex D4 60 C6 0 37 7 11 133 39 3C
Octal 324 140 306 0 67 7 21 463 71 74
Binary 11010100 1100000 11000110 0 110111 111 10001 100110011 111001 111100

Color Harmonies of #D460C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460C6

Black with #D460C6

Text Example


Text Example

White with #D460C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460C6; }

 p { color: rgb(212,96,198); }

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

background-color css

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

 a { background-color: rgb(212,96,198); }

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

border-color css

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

 span { border-color: rgb(212,96,198); }

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