Html Css Color HEX #D655DB Free Speech Magenta

📋 copy color: '#D655DB'

red 214 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #D655DB

Tints of Free Speech Magenta #D655DB

RGB

 RED value IS 214 (83.98% from 255) = 41.31%

 GREEN value IS 85 (33.59% from 255) = 16.41%

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

R = 41.31%
G = 16.41%
B = 42.28%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D655DB (or 0xD655DB) is known color: Free Speech Magenta. HEX triplet: D6, 55 and DB. RGB value is (214,85,219). Sum of RGB (Red+Green+Blue) = 214+85+219=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #D655DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655DB is #29AA24. Grayscale: #8A8A8A. Windows color (decimal): -2730533 or 14374358. OLE color: 14374358.

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

Color convert

RGB 214 85 219 -
CMYK 0.02 0.61 0 0.14
HSL 297.76º 0.65% 0.6% -
HSV(B) 297.76º 0.61% 0.86% -
XYZ 43.77 25.91 69.71 -
YUV 138.85 173.24 181.6 -
System Red Green Blue C M Y K H S L
Decimal 214 85 219 0.02 0.61 0 0.14 297.76 0.65 0.6
Hex D6 55 DB 2 3D 0 E 12A 41 3C
Octal 326 125 333 2 75 0 16 452 101 74
Binary 11010110 1010101 11011011 10 111101 0 1110 100101010 1000001 111100

Color Harmonies of #D655DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655DB

Black with #D655DB

Text Example


Text Example

White with #D655DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655DB; }

 p { color: rgb(214,85,219); }

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

background-color css

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

 a { background-color: rgb(214,85,219); }

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

border-color css

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

 span { border-color: rgb(214,85,219); }

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