Html Css Color HEX #D417E6 Psychedelic Purple

📋 copy color: '#D417E6'

red 212 ◦ green 23 ◦ blue 230

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

Shades of Psychedelic Purple #D417E6

Tints of Psychedelic Purple #D417E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.46%

R = 45.59%
G = 4.95%
B = 49.46%

CMYK

 C value IS 0.08

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D417E6 (or 0xD417E6) is known color: Psychedelic Purple. HEX triplet: D4, 17 and E6. RGB value is (212,23,230). Sum of RGB (Red+Green+Blue) = 212+23+230=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #D417E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D417E6 is #2BE819. Grayscale: #666666. Windows color (decimal): -2877466 or 15079380. OLE color: 15079380.

HSL color Cylindrical-coordinate representation of color #D417E6: hue angle of 294.78º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D417E6 is Cyan = 0.08, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 23 230 -
CMYK 0.08 0.9 0 0.10
HSL 294.78º 0.82% 0.5% -
HSV(B) 294.78º 0.9% 0.9% -
XYZ 41.74 20.32 76.59 -
YUV 103.11 199.62 205.67 -
System Red Green Blue C M Y K H S L
Decimal 212 23 230 0.08 0.9 0 0.10 294.78 0.82 0.5
Hex D4 17 E6 8 5A 0 A 127 52 32
Octal 324 27 346 10 132 0 12 447 122 62
Binary 11010100 10111 11100110 1000 1011010 0 1010 100100111 1010010 110010

Color Harmonies of #D417E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D417E6

Black with #D417E6

Text Example


Text Example

White with #D417E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D417E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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