Html Css Color HEX #D750C7 Free Speech Magenta

📋 copy color: '#D750C7'

red 215 ◦ green 80 ◦ blue 199

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

Shades of Free Speech Magenta #D750C7

Tints of Free Speech Magenta #D750C7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.19%

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

R = 43.52%
G = 16.19%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D750C7 (or 0xD750C7) is known color: Free Speech Magenta. HEX triplet: D7, 50 and C7. RGB value is (215,80,199). Sum of RGB (Red+Green+Blue) = 215+80+199=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D750C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750C7 is #28AF38. Grayscale: #858585. Windows color (decimal): -2666297 or 13062359. OLE color: 13062359.

HSL color Cylindrical-coordinate representation of color #D750C7: hue angle of 307.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750C7 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 199 -
CMYK 0 0.63 0.07 0.16
HSL 307.11º 0.63% 0.58% -
HSV(B) 307.11º 0.63% 0.84% -
XYZ 41.2 24.31 56.55 -
YUV 133.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 215 80 199 0 0.63 0.07 0.16 307.11 0.63 0.58
Hex D7 50 C7 0 3F 7 10 133 3F 3A
Octal 327 120 307 0 77 7 20 463 77 72
Binary 11010111 1010000 11000111 0 111111 111 10000 100110011 111111 111010

Color Harmonies of #D750C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750C7

Black with #D750C7

Text Example


Text Example

White with #D750C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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