Html Css Color HEX #D460CD Free Speech Magenta

📋 copy color: '#D460CD'

red 212 ◦ green 96 ◦ blue 205

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

Shades of Free Speech Magenta #D460CD

Tints of Free Speech Magenta #D460CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 41.33%
G = 18.71%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D460CD (or 0xD460CD) is known color: Free Speech Magenta. HEX triplet: D4, 60 and CD. RGB value is (212,96,205). Sum of RGB (Red+Green+Blue) = 212+96+205=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D460CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460CD is #2B9F32. Grayscale: #8E8E8E. Windows color (decimal): -2858803 or 13459668. OLE color: 13459668.

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

Color convert

RGB 212 96 205 -
CMYK 0 0.55 0.03 0.17
HSL 303.62º 0.57% 0.6% -
HSV(B) 303.62º 0.55% 0.83% -
XYZ 42.35 26.77 60.69 -
YUV 143.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 212 96 205 0 0.55 0.03 0.17 303.62 0.57 0.6
Hex D4 60 CD 0 37 3 11 130 39 3C
Octal 324 140 315 0 67 3 21 460 71 74
Binary 11010100 1100000 11001101 0 110111 11 10001 100110000 111001 111100

Color Harmonies of #D460CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460CD

Black with #D460CD

Text Example


Text Example

White with #D460CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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