Html Css Color HEX #D65DDB Free Speech Magenta

📋 copy color: '#D65DDB'

red 214 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #D65DDB

Tints of Free Speech Magenta #D65DDB

RGB

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

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

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

R = 40.68%
G = 17.68%
B = 41.63%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D65DDB (or 0xD65DDB) is known color: Free Speech Magenta. HEX triplet: D6, 5D and DB. RGB value is (214,93,219). Sum of RGB (Red+Green+Blue) = 214+93+219=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #D65DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DDB is #29A224. Grayscale: #8F8F8F. Windows color (decimal): -2728485 or 14376406. OLE color: 14376406.

HSL color Cylindrical-coordinate representation of color #D65DDB: hue angle of 297.62º 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 #D65DDB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 93 219 -
CMYK 0.02 0.58 0 0.14
HSL 297.62º 0.64% 0.61% -
HSV(B) 297.62º 0.58% 0.86% -
XYZ 44.43 27.24 69.93 -
YUV 143.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 214 93 219 0.02 0.58 0 0.14 297.62 0.64 0.61
Hex D6 5D DB 2 3A 0 E 12A 40 3D
Octal 326 135 333 2 72 0 16 452 100 75
Binary 11010110 1011101 11011011 10 111010 0 1110 100101010 1000000 111101

Color Harmonies of #D65DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DDB

Black with #D65DDB

Text Example


Text Example

White with #D65DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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