Html Css Color HEX #D740CC Free Speech Magenta

📋 copy color: '#D740CC'

red 215 ◦ green 64 ◦ blue 204

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

Shades of Free Speech Magenta #D740CC

Tints of Free Speech Magenta #D740CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 44.51%
G = 13.25%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D740CC (or 0xD740CC) is known color: Free Speech Magenta. HEX triplet: D7, 40 and CC. RGB value is (215,64,204). Sum of RGB (Red+Green+Blue) = 215+64+204=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D740CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740CC is #28BF33. Grayscale: #7C7C7C. Windows color (decimal): -2670388 or 13385943. OLE color: 13385943.

HSL color Cylindrical-coordinate representation of color #D740CC: hue angle of 304.37º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D740CC is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 204 -
CMYK 0 0.70 0.05 0.16
HSL 304.37º 0.65% 0.55% -
HSV(B) 304.37º 0.7% 0.84% -
XYZ 40.76 22.47 59.32 -
YUV 125.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 215 64 204 0 0.70 0.05 0.16 304.37 0.65 0.55
Hex D7 40 CC 0 46 5 10 130 41 37
Octal 327 100 314 0 106 5 20 460 101 67
Binary 11010111 1000000 11001100 0 1000110 101 10000 100110000 1000001 110111

Color Harmonies of #D740CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740CC

Black with #D740CC

Text Example


Text Example

White with #D740CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740CC; }

 p { color: rgb(215,64,204); }

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

background-color css

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

 a { background-color: rgb(215,64,204); }

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

border-color css

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

 span { border-color: rgb(215,64,204); }

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