Html Css Color HEX #D40EFD Psychedelic Purple

📋 copy color: '#D40EFD'

red 212 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #D40EFD

Tints of Psychedelic Purple #D40EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 44.26%
G = 2.92%
B = 52.82%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D40EFD (or 0xD40EFD) is known color: Psychedelic Purple. HEX triplet: D4, 0E and FD. RGB value is (212,14,253). Sum of RGB (Red+Green+Blue) = 212+14+253=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D40EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40EFD is #2BF102. Grayscale: #636363. Windows color (decimal): -2879747 or 16584404. OLE color: 16584404.

HSL color Cylindrical-coordinate representation of color #D40EFD: hue angle of 289.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40EFD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 14 253 -
CMYK 0.16 0.94 0 0.01
HSL 289.71º 0.98% 0.52% -
HSV(B) 289.71º 0.94% 0.99% -
XYZ 45.04 21.4 94.69 -
YUV 100.45 214.1 207.57 -
System Red Green Blue C M Y K H S L
Decimal 212 14 253 0.16 0.94 0 0.01 289.71 0.98 0.52
Hex D4 E FD 10 5E 0 1 122 62 34
Octal 324 16 375 20 136 0 1 442 142 64
Binary 11010100 1110 11111101 10000 1011110 0 1 100100010 1100010 110100

Color Harmonies of #D40EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EFD

Black with #D40EFD

Text Example


Text Example

White with #D40EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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