Html Css Color HEX #D416ED Psychedelic Purple

📋 copy color: '#D416ED'

red 212 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #D416ED

Tints of Psychedelic Purple #D416ED

RGB

 RED value IS 212 (83.2% from 255) = 45.01%

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

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

R = 45.01%
G = 4.67%
B = 50.32%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D416ED (or 0xD416ED) is known color: Psychedelic Purple. HEX triplet: D4, 16 and ED. RGB value is (212,22,237). Sum of RGB (Red+Green+Blue) = 212+22+237=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #D416ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416ED is #2BE912. Grayscale: #666666. Windows color (decimal): -2877715 or 15537876. OLE color: 15537876.

HSL color Cylindrical-coordinate representation of color #D416ED: hue angle of 293.02º 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 #D416ED is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 22 237 -
CMYK 0.11 0.91 0 0.07
HSL 293.02º 0.86% 0.51% -
HSV(B) 293.02º 0.91% 0.93% -
XYZ 42.72 20.69 81.86 -
YUV 103.32 203.45 205.52 -
System Red Green Blue C M Y K H S L
Decimal 212 22 237 0.11 0.91 0 0.07 293.02 0.86 0.51
Hex D4 16 ED B 5B 0 7 125 56 33
Octal 324 26 355 13 133 0 7 445 126 63
Binary 11010100 10110 11101101 1011 1011011 0 111 100100101 1010110 110011

Color Harmonies of #D416ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D416ED

Black with #D416ED

Text Example


Text Example

White with #D416ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D416ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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