Html Css Color HEX #D407ED Psychedelic Purple

📋 copy color: '#D407ED'

red 212 ◦ green 7 ◦ blue 237

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

Shades of Psychedelic Purple #D407ED

Tints of Psychedelic Purple #D407ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

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

R = 46.49%
G = 1.54%
B = 51.97%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D407ED (or 0xD407ED) is known color: Psychedelic Purple. HEX triplet: D4, 07 and ED. RGB value is (212,7,237). Sum of RGB (Red+Green+Blue) = 212+7+237=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #D407ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D407ED is #2BF812. Grayscale: #5D5D5D. Windows color (decimal): -2881555 or 15534036. OLE color: 15534036.

HSL color Cylindrical-coordinate representation of color #D407ED: hue angle of 293.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D407ED is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 7 237 -
CMYK 0.11 0.97 0 0.07
HSL 293.48º 0.94% 0.48% -
HSV(B) 293.48º 0.97% 0.93% -
XYZ 42.51 20.26 81.79 -
YUV 94.52 208.42 211.8 -
System Red Green Blue C M Y K H S L
Decimal 212 7 237 0.11 0.97 0 0.07 293.48 0.94 0.48
Hex D4 7 ED B 61 0 7 125 5E 30
Octal 324 7 355 13 141 0 7 445 136 60
Binary 11010100 111 11101101 1011 1100001 0 111 100100101 1011110 110000

Color Harmonies of #D407ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D407ED

Black with #D407ED

Text Example


Text Example

White with #D407ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D407ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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