Html Css Color HEX #D748DA Free Speech Magenta

📋 copy color: '#D748DA'

red 215 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Magenta #D748DA

Tints of Free Speech Magenta #D748DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 42.57%
G = 14.26%
B = 43.17%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D748DA (or 0xD748DA) is known color: Free Speech Magenta. HEX triplet: D7, 48 and DA. RGB value is (215,72,218). Sum of RGB (Red+Green+Blue) = 215+72+218=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #D748DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748DA is #28B725. Grayscale: #828282. Windows color (decimal): -2668326 or 14305495. OLE color: 14305495.

HSL color Cylindrical-coordinate representation of color #D748DA: hue angle of 298.77º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D748DA is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 72 218 -
CMYK 0.01 0.67 0 0.15
HSL 298.77º 0.66% 0.57% -
HSV(B) 298.77º 0.67% 0.85% -
XYZ 43 24.14 68.72 -
YUV 131.4 176.88 187.63 -
System Red Green Blue C M Y K H S L
Decimal 215 72 218 0.01 0.67 0 0.15 298.77 0.66 0.57
Hex D7 48 DA 1 43 0 F 12B 42 39
Octal 327 110 332 1 103 0 17 453 102 71
Binary 11010111 1001000 11011010 1 1000011 0 1111 100101011 1000010 111001

Color Harmonies of #D748DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748DA

Black with #D748DA

Text Example


Text Example

White with #D748DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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