Html Css Color HEX #D34DDB Free Speech Magenta

📋 copy color: '#D34DDB'

red 211 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #D34DDB

Tints of Free Speech Magenta #D34DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.19%

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

R = 41.62%
G = 15.19%
B = 43.2%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D34DDB (or 0xD34DDB) is known color: Free Speech Magenta. HEX triplet: D3, 4D and DB. RGB value is (211,77,219). Sum of RGB (Red+Green+Blue) = 211+77+219=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #D34DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DDB is #2CB224. Grayscale: #848484. Windows color (decimal): -2929189 or 14372307. OLE color: 14372307.

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

Color convert

RGB 211 77 219 -
CMYK 0.04 0.65 0 0.14
HSL 296.62º 0.66% 0.58% -
HSV(B) 296.62º 0.65% 0.86% -
XYZ 42.3 24.27 69.47 -
YUV 133.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 211 77 219 0.04 0.65 0 0.14 296.62 0.66 0.58
Hex D3 4D DB 4 41 0 E 129 42 3A
Octal 323 115 333 4 101 0 16 451 102 72
Binary 11010011 1001101 11011011 100 1000001 0 1110 100101001 1000010 111010

Color Harmonies of #D34DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34DDB

Black with #D34DDB

Text Example


Text Example

White with #D34DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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