Html Css Color HEX #D760C1 Free Speech Magenta

📋 copy color: '#D760C1'

red 215 ◦ green 96 ◦ blue 193

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

Shades of Free Speech Magenta #D760C1

Tints of Free Speech Magenta #D760C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 42.66%
G = 19.05%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D760C1 (or 0xD760C1) is known color: Free Speech Magenta. HEX triplet: D7, 60 and C1. RGB value is (215,96,193). Sum of RGB (Red+Green+Blue) = 215+96+193=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D760C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760C1 is #289F3E. Grayscale: #8E8E8E. Windows color (decimal): -2662207 or 12673239. OLE color: 12673239.

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

Color convert

RGB 215 96 193 -
CMYK 0 0.55 0.10 0.16
HSL 311.09º 0.6% 0.61% -
HSV(B) 311.09º 0.55% 0.84% -
XYZ 41.83 26.66 53.39 -
YUV 142.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 215 96 193 0 0.55 0.10 0.16 311.09 0.6 0.61
Hex D7 60 C1 0 37 A 10 137 3C 3D
Octal 327 140 301 0 67 12 20 467 74 75
Binary 11010111 1100000 11000001 0 110111 1010 10000 100110111 111100 111101

Color Harmonies of #D760C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760C1

Black with #D760C1

Text Example


Text Example

White with #D760C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760C1; }

 p { color: rgb(215,96,193); }

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

background-color css

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

 a { background-color: rgb(215,96,193); }

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

border-color css

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

 span { border-color: rgb(215,96,193); }

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