Html Css Color HEX #D34CDB Free Speech Magenta

📋 copy color: '#D34CDB'

red 211 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #D34CDB

Tints of Free Speech Magenta #D34CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.02%

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

R = 41.7%
G = 15.02%
B = 43.28%

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

#D34CDB (or 0xD34CDB) is known color: Free Speech Magenta. HEX triplet: D3, 4C and DB. RGB value is (211,76,219). Sum of RGB (Red+Green+Blue) = 211+76+219=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #D34CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CDB is #2CB324. Grayscale: #848484. Windows color (decimal): -2929445 or 14372051. OLE color: 14372051.

HSL color Cylindrical-coordinate representation of color #D34CDB: hue angle of 296.64º degrees, saturation: 0.67, 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 #D34CDB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 76 219 -
CMYK 0.04 0.65 0 0.14
HSL 296.64º 0.67% 0.58% -
HSV(B) 296.64º 0.65% 0.86% -
XYZ 42.23 24.13 69.45 -
YUV 132.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 211 76 219 0.04 0.65 0 0.14 296.64 0.67 0.58
Hex D3 4C DB 4 41 0 E 129 43 3A
Octal 323 114 333 4 101 0 16 451 103 72
Binary 11010011 1001100 11011011 100 1000001 0 1110 100101001 1000011 111010

Color Harmonies of #D34CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CDB

Black with #D34CDB

Text Example


Text Example

White with #D34CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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