Html Css Color HEX #D748CD Free Speech Magenta

📋 copy color: '#D748CD'

red 215 ◦ green 72 ◦ blue 205

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

Shades of Free Speech Magenta #D748CD

Tints of Free Speech Magenta #D748CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 43.7%
G = 14.63%
B = 41.67%

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

#D748CD (or 0xD748CD) is known color: Free Speech Magenta. HEX triplet: D7, 48 and CD. RGB value is (215,72,205). Sum of RGB (Red+Green+Blue) = 215+72+205=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D748CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748CD is #28B732. Grayscale: #818181. Windows color (decimal): -2668339 or 13453527. OLE color: 13453527.

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

Color convert

RGB 215 72 205 -
CMYK 0 0.67 0.05 0.16
HSL 304.2º 0.64% 0.56% -
HSV(B) 304.2º 0.67% 0.84% -
XYZ 41.36 23.49 60.11 -
YUV 129.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 215 72 205 0 0.67 0.05 0.16 304.2 0.64 0.56
Hex D7 48 CD 0 43 5 10 130 40 38
Octal 327 110 315 0 103 5 20 460 100 70
Binary 11010111 1001000 11001101 0 1000011 101 10000 100110000 1000000 111000

Color Harmonies of #D748CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748CD

Black with #D748CD

Text Example


Text Example

White with #D748CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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