Html Css Color HEX #D848F0 Free Speech Magenta

📋 copy color: '#D848F0'

red 216 ◦ green 72 ◦ blue 240

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

Shades of Free Speech Magenta #D848F0

Tints of Free Speech Magenta #D848F0

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

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

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 40.91%
G = 13.64%
B = 45.45%

CMYK

 C value IS 0.1

 M value IS 0.7

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D848F0 (or 0xD848F0) is known color: Free Speech Magenta. HEX triplet: D8, 48 and F0. RGB value is (216,72,240). Sum of RGB (Red+Green+Blue) = 216+72+240=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #D848F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D848F0 is #27B70F. Grayscale: #858585. Windows color (decimal): -2602768 or 15747288. OLE color: 15747288.

HSL color Cylindrical-coordinate representation of color #D848F0: hue angle of 291.43º degrees, saturation: 0.85, 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 #D848F0 is Cyan = 0.1, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 72 240 -
CMYK 0.1 0.7 0 0.06
HSL 291.43º 0.85% 0.61% -
HSV(B) 291.43º 0.7% 0.94% -
XYZ 46.36 25.52 84.92 -
YUV 134.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 216 72 240 0.1 0.7 0 0.06 291.43 0.85 0.61
Hex D8 48 F0 A 46 0 6 123 55 3D
Octal 330 110 360 12 106 0 6 443 125 75
Binary 11011000 1001000 11110000 1010 1000110 0 110 100100011 1010101 111101

Color Harmonies of #D848F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D848F0

Black with #D848F0

Text Example


Text Example

White with #D848F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D848F0; }

 p { color: rgb(216,72,240); }

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

background-color css

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

 a { background-color: rgb(216,72,240); }

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

border-color css

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

 span { border-color: rgb(216,72,240); }

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