Html Css Color HEX #D42EFD Psychedelic Purple

📋 copy color: '#D42EFD'

red 212 ◦ green 46 ◦ blue 253

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

Shades of Psychedelic Purple #D42EFD

Tints of Psychedelic Purple #D42EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9%

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

R = 41.49%
G = 9%
B = 49.51%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D42EFD (or 0xD42EFD) is known color: Psychedelic Purple. HEX triplet: D4, 2E and FD. RGB value is (212,46,253). Sum of RGB (Red+Green+Blue) = 212+46+253=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #D42EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EFD is #2BD102. Grayscale: #767676. Windows color (decimal): -2871555 or 16592596. OLE color: 16592596.

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

Color convert

RGB 212 46 253 -
CMYK 0.16 0.82 0 0.01
HSL 288.12º 0.98% 0.59% -
HSV(B) 288.12º 0.82% 0.99% -
XYZ 45.86 23.04 94.96 -
YUV 119.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 212 46 253 0.16 0.82 0 0.01 288.12 0.98 0.59
Hex D4 2E FD 10 52 0 1 120 62 3B
Octal 324 56 375 20 122 0 1 440 142 73
Binary 11010100 101110 11111101 10000 1010010 0 1 100100000 1100010 111011

Color Harmonies of #D42EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42EFD

Black with #D42EFD

Text Example


Text Example

White with #D42EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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