Html Css Color HEX #D648D9 Free Speech Magenta

📋 copy color: '#D648D9'

red 214 ◦ green 72 ◦ blue 217

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

Shades of Free Speech Magenta #D648D9

Tints of Free Speech Magenta #D648D9

RGB

 RED value IS 214 (83.98% from 255) = 42.54%

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

 BLUE value IS 217 (85.16% from 255) = 43.14%

R = 42.54%
G = 14.31%
B = 43.14%

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

#D648D9 (or 0xD648D9) is known color: Free Speech Magenta. HEX triplet: D6, 48 and D9. RGB value is (214,72,217). Sum of RGB (Red+Green+Blue) = 214+72+217=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #D648D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648D9 is #29B726. Grayscale: #828282. Windows color (decimal): -2733863 or 14239958. OLE color: 14239958.

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

Color convert

RGB 214 72 217 -
CMYK 0.01 0.67 0 0.15
HSL 298.76º 0.66% 0.57% -
HSV(B) 298.76º 0.67% 0.85% -
XYZ 42.57 23.94 68.02 -
YUV 130.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 214 72 217 0.01 0.67 0 0.15 298.76 0.66 0.57
Hex D6 48 D9 1 43 0 F 12B 42 39
Octal 326 110 331 1 103 0 17 453 102 71
Binary 11010110 1001000 11011001 1 1000011 0 1111 100101011 1000010 111001

Color Harmonies of #D648D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648D9

Black with #D648D9

Text Example


Text Example

White with #D648D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648D9; }

 p { color: rgb(214,72,217); }

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

background-color css

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

 a { background-color: rgb(214,72,217); }

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

border-color css

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

 span { border-color: rgb(214,72,217); }

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