Html Css Color HEX #D65FDB Free Speech Magenta

📋 copy color: '#D65FDB'

red 214 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #D65FDB

Tints of Free Speech Magenta #D65FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.99%

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

R = 40.53%
G = 17.99%
B = 41.48%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D65FDB (or 0xD65FDB) is known color: Free Speech Magenta. HEX triplet: D6, 5F and DB. RGB value is (214,95,219). Sum of RGB (Red+Green+Blue) = 214+95+219=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #D65FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FDB is #29A024. Grayscale: #909090. Windows color (decimal): -2727973 or 14376918. OLE color: 14376918.

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

Color convert

RGB 214 95 219 -
CMYK 0.02 0.57 0 0.14
HSL 297.58º 0.63% 0.62% -
HSV(B) 297.58º 0.57% 0.86% -
XYZ 44.61 27.6 69.99 -
YUV 144.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 214 95 219 0.02 0.57 0 0.14 297.58 0.63 0.62
Hex D6 5F DB 2 39 0 E 12A 3F 3E
Octal 326 137 333 2 71 0 16 452 77 76
Binary 11010110 1011111 11011011 10 111001 0 1110 100101010 111111 111110

Color Harmonies of #D65FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FDB

Black with #D65FDB

Text Example


Text Example

White with #D65FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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