Html Css Color HEX #D648EF Free Speech Magenta

📋 copy color: '#D648EF'

red 214 ◦ green 72 ◦ blue 239

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

Shades of Free Speech Magenta #D648EF

Tints of Free Speech Magenta #D648EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 40.76%
G = 13.71%
B = 45.52%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D648EF (or 0xD648EF) is known color: Free Speech Magenta. HEX triplet: D6, 48 and EF. RGB value is (214,72,239). Sum of RGB (Red+Green+Blue) = 214+72+239=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #D648EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648EF is #29B710. Grayscale: #848484. Windows color (decimal): -2733841 or 15681750. OLE color: 15681750.

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

Color convert

RGB 214 72 239 -
CMYK 0.10 0.70 0 0.06
HSL 291.02º 0.84% 0.61% -
HSV(B) 291.02º 0.7% 0.94% -
XYZ 45.63 25.16 84.11 -
YUV 133.5 187.54 185.42 -
System Red Green Blue C M Y K H S L
Decimal 214 72 239 0.10 0.70 0 0.06 291.02 0.84 0.61
Hex D6 48 EF A 46 0 6 123 54 3D
Octal 326 110 357 12 106 0 6 443 124 75
Binary 11010110 1001000 11101111 1010 1000110 0 110 100100011 1010100 111101

Color Harmonies of #D648EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648EF

Black with #D648EF

Text Example


Text Example

White with #D648EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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