Html Css Color HEX #D648DD Free Speech Magenta

📋 copy color: '#D648DD'

red 214 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #D648DD

Tints of Free Speech Magenta #D648DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 42.21%
G = 14.2%
B = 43.59%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D648DD (or 0xD648DD) is known color: Free Speech Magenta. HEX triplet: D6, 48 and DD. RGB value is (214,72,221). Sum of RGB (Red+Green+Blue) = 214+72+221=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #D648DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648DD is #29B722. Grayscale: #828282. Windows color (decimal): -2733859 or 14502102. OLE color: 14502102.

HSL color Cylindrical-coordinate representation of color #D648DD: hue angle of 297.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D648DD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 72 221 -
CMYK 0.03 0.67 0 0.13
HSL 297.18º 0.69% 0.57% -
HSV(B) 297.18º 0.67% 0.87% -
XYZ 43.1 24.15 70.8 -
YUV 131.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 214 72 221 0.03 0.67 0 0.13 297.18 0.69 0.57
Hex D6 48 DD 3 43 0 D 129 45 39
Octal 326 110 335 3 103 0 15 451 105 71
Binary 11010110 1001000 11011101 11 1000011 0 1101 100101001 1000101 111001

Color Harmonies of #D648DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648DD

Black with #D648DD

Text Example


Text Example

White with #D648DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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