Html Css Color HEX #D761C7 Free Speech Magenta

📋 copy color: '#D761C7'

red 215 ◦ green 97 ◦ blue 199

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

Shades of Free Speech Magenta #D761C7

Tints of Free Speech Magenta #D761C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.94%

R = 42.07%
G = 18.98%
B = 38.94%

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

#D761C7 (or 0xD761C7) is known color: Free Speech Magenta. HEX triplet: D7, 61 and C7. RGB value is (215,97,199). Sum of RGB (Red+Green+Blue) = 215+97+199=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D761C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761C7 is #289E38. Grayscale: #8F8F8F. Windows color (decimal): -2661945 or 13066711. OLE color: 13066711.

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

Color convert

RGB 215 97 199 -
CMYK 0 0.55 0.07 0.16
HSL 308.14º 0.6% 0.61% -
HSV(B) 308.14º 0.55% 0.84% -
XYZ 42.61 27.12 57.02 -
YUV 143.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 215 97 199 0 0.55 0.07 0.16 308.14 0.6 0.61
Hex D7 61 C7 0 37 7 10 134 3C 3D
Octal 327 141 307 0 67 7 20 464 74 75
Binary 11010111 1100001 11000111 0 110111 111 10000 100110100 111100 111101

Color Harmonies of #D761C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761C7

Black with #D761C7

Text Example


Text Example

White with #D761C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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