Html Css Color HEX #D648EE Free Speech Magenta

📋 copy color: '#D648EE'

red 214 ◦ green 72 ◦ blue 238

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

Shades of Free Speech Magenta #D648EE

Tints of Free Speech Magenta #D648EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 40.84%
G = 13.74%
B = 45.42%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D648EE (or 0xD648EE) is known color: Free Speech Magenta. HEX triplet: D6, 48 and EE. RGB value is (214,72,238). Sum of RGB (Red+Green+Blue) = 214+72+238=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #D648EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648EE is #29B711. Grayscale: #848484. Windows color (decimal): -2733842 or 15616214. OLE color: 15616214.

HSL color Cylindrical-coordinate representation of color #D648EE: hue angle of 291.33º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D648EE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 72 238 -
CMYK 0.10 0.70 0 0.07
HSL 291.33º 0.83% 0.61% -
HSV(B) 291.33º 0.7% 0.93% -
XYZ 45.48 25.1 83.34 -
YUV 133.38 187.04 185.5 -
System Red Green Blue C M Y K H S L
Decimal 214 72 238 0.10 0.70 0 0.07 291.33 0.83 0.61
Hex D6 48 EE A 46 0 7 123 53 3D
Octal 326 110 356 12 106 0 7 443 123 75
Binary 11010110 1001000 11101110 1010 1000110 0 111 100100011 1010011 111101

Color Harmonies of #D648EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648EE

Black with #D648EE

Text Example


Text Example

White with #D648EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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