Html Css Color HEX #D34BDB Free Speech Magenta

📋 copy color: '#D34BDB'

red 211 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #D34BDB

Tints of Free Speech Magenta #D34BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

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

R = 41.78%
G = 14.85%
B = 43.37%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D34BDB (or 0xD34BDB) is known color: Free Speech Magenta. HEX triplet: D3, 4B and DB. RGB value is (211,75,219). Sum of RGB (Red+Green+Blue) = 211+75+219=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #D34BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BDB is #2CB424. Grayscale: #838383. Windows color (decimal): -2929701 or 14371795. OLE color: 14371795.

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

Color convert

RGB 211 75 219 -
CMYK 0.04 0.66 0 0.14
HSL 296.67º 0.67% 0.58% -
HSV(B) 296.67º 0.66% 0.86% -
XYZ 42.17 24 69.43 -
YUV 132.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 211 75 219 0.04 0.66 0 0.14 296.67 0.67 0.58
Hex D3 4B DB 4 42 0 E 129 43 3A
Octal 323 113 333 4 102 0 16 451 103 72
Binary 11010011 1001011 11011011 100 1000010 0 1110 100101001 1000011 111010

Color Harmonies of #D34BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34BDB

Black with #D34BDB

Text Example


Text Example

White with #D34BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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