Html Css Color HEX #D761BE Free Speech Magenta

📋 copy color: '#D761BE'

red 215 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Magenta #D761BE

Tints of Free Speech Magenta #D761BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 42.83%
G = 19.32%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D761BE (or 0xD761BE) is known color: Free Speech Magenta. HEX triplet: D7, 61 and BE. RGB value is (215,97,190). Sum of RGB (Red+Green+Blue) = 215+97+190=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D761BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761BE is #289E41. Grayscale: #8E8E8E. Windows color (decimal): -2661954 or 12476887. OLE color: 12476887.

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

Color convert

RGB 215 97 190 -
CMYK 0 0.55 0.12 0.16
HSL 312.71º 0.6% 0.61% -
HSV(B) 312.71º 0.55% 0.84% -
XYZ 41.59 26.71 51.68 -
YUV 142.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 215 97 190 0 0.55 0.12 0.16 312.71 0.6 0.61
Hex D7 61 BE 0 37 C 10 139 3C 3D
Octal 327 141 276 0 67 14 20 471 74 75
Binary 11010111 1100001 10111110 0 110111 1100 10000 100111001 111100 111101

Color Harmonies of #D761BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761BE

Black with #D761BE

Text Example


Text Example

White with #D761BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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