Html Css Color HEX #D74CCF Free Speech Magenta

📋 copy color: '#D74CCF'

red 215 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Magenta #D74CCF

Tints of Free Speech Magenta #D74CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 43.17%
G = 15.26%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D74CCF (or 0xD74CCF) is known color: Free Speech Magenta. HEX triplet: D7, 4C and CF. RGB value is (215,76,207). Sum of RGB (Red+Green+Blue) = 215+76+207=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CCF is #28B330. Grayscale: #848484. Windows color (decimal): -2667313 or 13585623. OLE color: 13585623.

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

Color convert

RGB 215 76 207 -
CMYK 0 0.65 0.04 0.16
HSL 303.45º 0.63% 0.57% -
HSV(B) 303.45º 0.65% 0.84% -
XYZ 41.87 24.12 61.48 -
YUV 132.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 215 76 207 0 0.65 0.04 0.16 303.45 0.63 0.57
Hex D7 4C CF 0 41 4 10 12F 3F 39
Octal 327 114 317 0 101 4 20 457 77 71
Binary 11010111 1001100 11001111 0 1000001 100 10000 100101111 111111 111001

Color Harmonies of #D74CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CCF

Black with #D74CCF

Text Example


Text Example

White with #D74CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CCF; }

 p { color: rgb(215,76,207); }

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

background-color css

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

 a { background-color: rgb(215,76,207); }

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

border-color css

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

 span { border-color: rgb(215,76,207); }

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