Html Css Color HEX #D748CC Free Speech Magenta

📋 copy color: '#D748CC'

red 215 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Magenta #D748CC

Tints of Free Speech Magenta #D748CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.66%

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

R = 43.79%
G = 14.66%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D748CC (or 0xD748CC) is known color: Free Speech Magenta. HEX triplet: D7, 48 and CC. RGB value is (215,72,204). Sum of RGB (Red+Green+Blue) = 215+72+204=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D748CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748CC is #28B733. Grayscale: #818181. Windows color (decimal): -2668340 or 13387991. OLE color: 13387991.

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

Color convert

RGB 215 72 204 -
CMYK 0 0.67 0.05 0.16
HSL 304.62º 0.64% 0.56% -
HSV(B) 304.62º 0.67% 0.84% -
XYZ 41.24 23.44 59.48 -
YUV 129.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 215 72 204 0 0.67 0.05 0.16 304.62 0.64 0.56
Hex D7 48 CC 0 43 5 10 131 40 38
Octal 327 110 314 0 103 5 20 461 100 70
Binary 11010111 1001000 11001100 0 1000011 101 10000 100110001 1000000 111000

Color Harmonies of #D748CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748CC

Black with #D748CC

Text Example


Text Example

White with #D748CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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