Html Css Color HEX #D761C0 Free Speech Magenta

📋 copy color: '#D761C0'

red 215 ◦ green 97 ◦ blue 192

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

Shades of Free Speech Magenta #D761C0

Tints of Free Speech Magenta #D761C0

RGB

 RED value IS 215 (84.38% from 255) = 42.66%

 GREEN value IS 97 (38.28% from 255) = 19.25%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 42.66%
G = 19.25%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D761C0 (or 0xD761C0) is known color: Free Speech Magenta. HEX triplet: D7, 61 and C0. RGB value is (215,97,192). Sum of RGB (Red+Green+Blue) = 215+97+192=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D761C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761C0 is #289E3F. Grayscale: #8E8E8E. Windows color (decimal): -2661952 or 12607959. OLE color: 12607959.

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

Color convert

RGB 215 97 192 -
CMYK 0 0.55 0.11 0.16
HSL 311.69º 0.6% 0.61% -
HSV(B) 311.69º 0.55% 0.84% -
XYZ 41.81 26.8 52.84 -
YUV 143.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 215 97 192 0 0.55 0.11 0.16 311.69 0.6 0.61
Hex D7 61 C0 0 37 B 10 138 3C 3D
Octal 327 141 300 0 67 13 20 470 74 75
Binary 11010111 1100001 11000000 0 110111 1011 10000 100111000 111100 111101

Color Harmonies of #D761C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761C0

Black with #D761C0

Text Example


Text Example

White with #D761C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761C0; }

 p { color: rgb(215,97,192); }

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

background-color css

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

 a { background-color: rgb(215,97,192); }

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

border-color css

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

 span { border-color: rgb(215,97,192); }

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