Html Css Color HEX #D74BCC Free Speech Magenta

📋 copy color: '#D74BCC'

red 215 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Magenta #D74BCC

Tints of Free Speech Magenta #D74BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.18%

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

R = 43.52%
G = 15.18%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D74BCC (or 0xD74BCC) is known color: Free Speech Magenta. HEX triplet: D7, 4B and CC. RGB value is (215,75,204). Sum of RGB (Red+Green+Blue) = 215+75+204=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BCC is #28B433. Grayscale: #838383. Windows color (decimal): -2667572 or 13388759. OLE color: 13388759.

HSL color Cylindrical-coordinate representation of color #D74BCC: hue angle of 304.71º degrees, saturation: 0.64, 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 #D74BCC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 204 -
CMYK 0 0.65 0.05 0.16
HSL 304.71º 0.64% 0.57% -
HSV(B) 304.71º 0.65% 0.84% -
XYZ 41.44 23.84 59.54 -
YUV 131.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 215 75 204 0 0.65 0.05 0.16 304.71 0.64 0.57
Hex D7 4B CC 0 41 5 10 131 40 39
Octal 327 113 314 0 101 5 20 461 100 71
Binary 11010111 1001011 11001100 0 1000001 101 10000 100110001 1000000 111001

Color Harmonies of #D74BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BCC

Black with #D74BCC

Text Example


Text Example

White with #D74BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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