Html Css Color HEX #D417EE Psychedelic Purple

📋 copy color: '#D417EE'

red 212 ◦ green 23 ◦ blue 238

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

Shades of Psychedelic Purple #D417EE

Tints of Psychedelic Purple #D417EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.86%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 44.82%
G = 4.86%
B = 50.32%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D417EE (or 0xD417EE) is known color: Psychedelic Purple. HEX triplet: D4, 17 and EE. RGB value is (212,23,238). Sum of RGB (Red+Green+Blue) = 212+23+238=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #D417EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D417EE is #2BE811. Grayscale: #676767. Windows color (decimal): -2877458 or 15603668. OLE color: 15603668.

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

Color convert

RGB 212 23 238 -
CMYK 0.11 0.90 0 0.07
HSL 292.74º 0.86% 0.51% -
HSV(B) 292.74º 0.9% 0.93% -
XYZ 42.89 20.78 82.64 -
YUV 104.02 203.62 205.02 -
System Red Green Blue C M Y K H S L
Decimal 212 23 238 0.11 0.90 0 0.07 292.74 0.86 0.51
Hex D4 17 EE B 5A 0 7 125 56 33
Octal 324 27 356 13 132 0 7 445 126 63
Binary 11010100 10111 11101110 1011 1011010 0 111 100100101 1010110 110011

Color Harmonies of #D417EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417EE

Black with #D417EE

Text Example


Text Example

White with #D417EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417EE; }

 p { color: rgb(212,23,238); }

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

background-color css

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

 a { background-color: rgb(212,23,238); }

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

border-color css

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

 span { border-color: rgb(212,23,238); }

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