Html Css Color HEX #D648F1 Free Speech Magenta

📋 copy color: '#D648F1'

red 214 ◦ green 72 ◦ blue 241

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

Shades of Free Speech Magenta #D648F1

Tints of Free Speech Magenta #D648F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 40.61%
G = 13.66%
B = 45.73%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D648F1 (or 0xD648F1) is known color: Free Speech Magenta. HEX triplet: D6, 48 and F1. RGB value is (214,72,241). Sum of RGB (Red+Green+Blue) = 214+72+241=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #D648F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648F1 is #29B70E. Grayscale: #858585. Windows color (decimal): -2733839 or 15812822. OLE color: 15812822.

HSL color Cylindrical-coordinate representation of color #D648F1: hue angle of 290.41º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D648F1 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 72 241 -
CMYK 0.11 0.70 0 0.05
HSL 290.41º 0.86% 0.61% -
HSV(B) 290.41º 0.7% 0.95% -
XYZ 45.93 25.28 85.68 -
YUV 133.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 214 72 241 0.11 0.70 0 0.05 290.41 0.86 0.61
Hex D6 48 F1 B 46 0 5 122 56 3D
Octal 326 110 361 13 106 0 5 442 126 75
Binary 11010110 1001000 11110001 1011 1000110 0 101 100100010 1010110 111101

Color Harmonies of #D648F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648F1

Black with #D648F1

Text Example


Text Example

White with #D648F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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