Html Css Color HEX #D616ED Psychedelic Purple

📋 copy color: '#D616ED'

red 214 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #D616ED

Tints of Psychedelic Purple #D616ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.65%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 45.24%
G = 4.65%
B = 50.11%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D616ED (or 0xD616ED) is known color: Psychedelic Purple. HEX triplet: D6, 16 and ED. RGB value is (214,22,237). Sum of RGB (Red+Green+Blue) = 214+22+237=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #D616ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616ED is #29E912. Grayscale: #676767. Windows color (decimal): -2746643 or 15537878. OLE color: 15537878.

HSL color Cylindrical-coordinate representation of color #D616ED: hue angle of 293.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D616ED is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 22 237 -
CMYK 0.10 0.91 0 0.07
HSL 293.58º 0.86% 0.51% -
HSV(B) 293.58º 0.91% 0.93% -
XYZ 43.3 20.98 81.89 -
YUV 103.92 203.11 206.52 -
System Red Green Blue C M Y K H S L
Decimal 214 22 237 0.10 0.91 0 0.07 293.58 0.86 0.51
Hex D6 16 ED A 5B 0 7 126 56 33
Octal 326 26 355 12 133 0 7 446 126 63
Binary 11010110 10110 11101101 1010 1011011 0 111 100100110 1010110 110011

Color Harmonies of #D616ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616ED

Black with #D616ED

Text Example


Text Example

White with #D616ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616ED; }

 p { color: rgb(214,22,237); }

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

background-color css

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

 a { background-color: rgb(214,22,237); }

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

border-color css

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

 span { border-color: rgb(214,22,237); }

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