Html Css Color HEX #D334DB Free Speech Magenta

📋 copy color: '#D334DB'

red 211 ◦ green 52 ◦ blue 219

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

Shades of Free Speech Magenta #D334DB

Tints of Free Speech Magenta #D334DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.79%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 43.78%
G = 10.79%
B = 45.44%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D334DB (or 0xD334DB) is known color: Free Speech Magenta. HEX triplet: D3, 34 and DB. RGB value is (211,52,219). Sum of RGB (Red+Green+Blue) = 211+52+219=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #D334DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334DB is #2CCB24. Grayscale: #767676. Windows color (decimal): -2935589 or 14365907. OLE color: 14365907.

HSL color Cylindrical-coordinate representation of color #D334DB: hue angle of 297.13º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D334DB is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 52 219 -
CMYK 0.04 0.76 0 0.14
HSL 297.13º 0.7% 0.53% -
HSV(B) 297.13º 0.76% 0.86% -
XYZ 40.88 21.42 69 -
YUV 118.58 184.68 193.92 -
System Red Green Blue C M Y K H S L
Decimal 211 52 219 0.04 0.76 0 0.14 297.13 0.7 0.53
Hex D3 34 DB 4 4C 0 E 129 46 35
Octal 323 64 333 4 114 0 16 451 106 65
Binary 11010011 110100 11011011 100 1001100 0 1110 100101001 1000110 110101

Color Harmonies of #D334DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334DB

Black with #D334DB

Text Example


Text Example

White with #D334DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334DB; }

 p { color: rgb(211,52,219); }

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

background-color css

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

 a { background-color: rgb(211,52,219); }

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

border-color css

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

 span { border-color: rgb(211,52,219); }

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