Html Css Color HEX #D348E0 Free Speech Magenta

📋 copy color: '#D348E0'

red 211 ◦ green 72 ◦ blue 224

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

Shades of Free Speech Magenta #D348E0

Tints of Free Speech Magenta #D348E0

RGB

 RED value IS 211 (82.81% from 255) = 41.62%

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 41.62%
G = 14.2%
B = 44.18%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D348E0 (or 0xD348E0) is known color: Free Speech Magenta. HEX triplet: D3, 48 and E0. RGB value is (211,72,224). Sum of RGB (Red+Green+Blue) = 211+72+224=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #D348E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348E0 is #2CB71F. Grayscale: #828282. Windows color (decimal): -2930464 or 14698707. OLE color: 14698707.

HSL color Cylindrical-coordinate representation of color #D348E0: hue angle of 294.87º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D348E0 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 72 224 -
CMYK 0.06 0.68 0 0.12
HSL 294.87º 0.71% 0.58% -
HSV(B) 294.87º 0.68% 0.88% -
XYZ 42.64 23.87 72.88 -
YUV 130.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 211 72 224 0.06 0.68 0 0.12 294.87 0.71 0.58
Hex D3 48 E0 6 44 0 C 127 47 3A
Octal 323 110 340 6 104 0 14 447 107 72
Binary 11010011 1001000 11100000 110 1000100 0 1100 100100111 1000111 111010

Color Harmonies of #D348E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348E0

Black with #D348E0

Text Example


Text Example

White with #D348E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348E0; }

 p { color: rgb(211,72,224); }

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

background-color css

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

 a { background-color: rgb(211,72,224); }

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

border-color css

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

 span { border-color: rgb(211,72,224); }

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