Html Css Color HEX #D55DDB Free Speech Magenta

📋 copy color: '#D55DDB'

red 213 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #D55DDB

Tints of Free Speech Magenta #D55DDB

RGB

 RED value IS 213 (83.59% from 255) = 40.57%

 GREEN value IS 93 (36.72% from 255) = 17.71%

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

R = 40.57%
G = 17.71%
B = 41.71%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D55DDB (or 0xD55DDB) is known color: Free Speech Magenta. HEX triplet: D5, 5D and DB. RGB value is (213,93,219). Sum of RGB (Red+Green+Blue) = 213+93+219=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D55DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DDB is #2AA224. Grayscale: #8E8E8E. Windows color (decimal): -2794021 or 14376405. OLE color: 14376405.

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

Color convert

RGB 213 93 219 -
CMYK 0.03 0.58 0 0.14
HSL 297.14º 0.64% 0.61% -
HSV(B) 297.14º 0.58% 0.86% -
XYZ 44.14 27.09 69.92 -
YUV 143.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 213 93 219 0.03 0.58 0 0.14 297.14 0.64 0.61
Hex D5 5D DB 3 3A 0 E 129 40 3D
Octal 325 135 333 3 72 0 16 451 100 75
Binary 11010101 1011101 11011011 11 111010 0 1110 100101001 1000000 111101

Color Harmonies of #D55DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DDB

Black with #D55DDB

Text Example


Text Example

White with #D55DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DDB; }

 p { color: rgb(213,93,219); }

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

background-color css

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

 a { background-color: rgb(213,93,219); }

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

border-color css

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

 span { border-color: rgb(213,93,219); }

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