Html Css Color HEX #D749CC Free Speech Magenta

📋 copy color: '#D749CC'

red 215 ◦ green 73 ◦ blue 204

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

Shades of Free Speech Magenta #D749CC

Tints of Free Speech Magenta #D749CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.84%

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

R = 43.7%
G = 14.84%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D749CC (or 0xD749CC) is known color: Free Speech Magenta. HEX triplet: D7, 49 and CC. RGB value is (215,73,204). Sum of RGB (Red+Green+Blue) = 215+73+204=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D749CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749CC is #28B633. Grayscale: #828282. Windows color (decimal): -2668084 or 13388247. OLE color: 13388247.

HSL color Cylindrical-coordinate representation of color #D749CC: hue angle of 304.65º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749CC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 204 -
CMYK 0 0.66 0.05 0.16
HSL 304.65º 0.64% 0.56% -
HSV(B) 304.65º 0.66% 0.84% -
XYZ 41.31 23.57 59.5 -
YUV 130.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 215 73 204 0 0.66 0.05 0.16 304.65 0.64 0.56
Hex D7 49 CC 0 42 5 10 131 40 38
Octal 327 111 314 0 102 5 20 461 100 70
Binary 11010111 1001001 11001100 0 1000010 101 10000 100110001 1000000 111000

Color Harmonies of #D749CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749CC

Black with #D749CC

Text Example


Text Example

White with #D749CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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