Html Css Color HEX #D348DE Free Speech Magenta

📋 copy color: '#D348DE'

red 211 ◦ green 72 ◦ blue 222

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

Shades of Free Speech Magenta #D348DE

Tints of Free Speech Magenta #D348DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 41.78%
G = 14.26%
B = 43.96%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D348DE (or 0xD348DE) is known color: Free Speech Magenta. HEX triplet: D3, 48 and DE. RGB value is (211,72,222). Sum of RGB (Red+Green+Blue) = 211+72+222=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #D348DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D348DE is #2CB721. Grayscale: #828282. Windows color (decimal): -2930466 or 14567635. OLE color: 14567635.

HSL color Cylindrical-coordinate representation of color #D348DE: hue angle of 295.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D348DE is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 72 222 -
CMYK 0.05 0.68 0 0.13
HSL 295.6º 0.69% 0.58% -
HSV(B) 295.6º 0.68% 0.87% -
XYZ 42.37 23.76 71.46 -
YUV 130.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 211 72 222 0.05 0.68 0 0.13 295.6 0.69 0.58
Hex D3 48 DE 5 44 0 D 128 45 3A
Octal 323 110 336 5 104 0 15 450 105 72
Binary 11010011 1001000 11011110 101 1000100 0 1101 100101000 1000101 111010

Color Harmonies of #D348DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348DE

Black with #D348DE

Text Example


Text Example

White with #D348DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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