Html Css Color HEX #D40EFF Psychedelic Purple

📋 copy color: '#D40EFF'

red 212 ◦ green 14 ◦ blue 255

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

Shades of Psychedelic Purple #D40EFF

Tints of Psychedelic Purple #D40EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.91%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 44.07%
G = 2.91%
B = 53.01%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D40EFF (or 0xD40EFF) is known color: Psychedelic Purple. HEX triplet: D4, 0E and FF. RGB value is (212,14,255). Sum of RGB (Red+Green+Blue) = 212+14+255=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #D40EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40EFF is #2BF100. Grayscale: #636363. Windows color (decimal): -2879745 or 16715476. OLE color: 16715476.

HSL color Cylindrical-coordinate representation of color #D40EFF: hue angle of 289.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40EFF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 14 255 -
CMYK 0.17 0.95 0 0
HSL 289.29º 1% 0.53% -
HSV(B) 289.29º 0.95% 1% -
XYZ 45.36 21.53 96.37 -
YUV 100.68 215.1 207.4 -
System Red Green Blue C M Y K H S L
Decimal 212 14 255 0.17 0.95 0 0 289.29 1 0.53
Hex D4 E FF 11 5F 0 0 121 64 35
Octal 324 16 377 21 137 0 0 441 144 65
Binary 11010100 1110 11111111 10001 1011111 0 0 100100001 1100100 110101

Color Harmonies of #D40EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EFF

Black with #D40EFF

Text Example


Text Example

White with #D40EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EFF; }

 p { color: rgb(212,14,255); }

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

background-color css

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

 a { background-color: rgb(212,14,255); }

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

border-color css

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

 span { border-color: rgb(212,14,255); }

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