Html Css Color HEX #D62EFD Psychedelic Purple

📋 copy color: '#D62EFD'

red 214 ◦ green 46 ◦ blue 253

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

Shades of Psychedelic Purple #D62EFD

Tints of Psychedelic Purple #D62EFD

RGB

 RED value IS 214 (83.98% from 255) = 41.72%

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

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

R = 41.72%
G = 8.97%
B = 49.32%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D62EFD (or 0xD62EFD) is known color: Psychedelic Purple. HEX triplet: D6, 2E and FD. RGB value is (214,46,253). Sum of RGB (Red+Green+Blue) = 214+46+253=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #D62EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62EFD is #29D102. Grayscale: #777777. Windows color (decimal): -2740483 or 16592598. OLE color: 16592598.

HSL color Cylindrical-coordinate representation of color #D62EFD: hue angle of 288.7º 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 #D62EFD is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 46 253 -
CMYK 0.15 0.82 0 0.01
HSL 288.7º 0.98% 0.59% -
HSV(B) 288.7º 0.82% 0.99% -
XYZ 46.44 23.34 94.99 -
YUV 119.83 203.16 195.17 -
System Red Green Blue C M Y K H S L
Decimal 214 46 253 0.15 0.82 0 0.01 288.7 0.98 0.59
Hex D6 2E FD F 52 0 1 121 62 3B
Octal 326 56 375 17 122 0 1 441 142 73
Binary 11010110 101110 11111101 1111 1010010 0 1 100100001 1100010 111011

Color Harmonies of #D62EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62EFD

Black with #D62EFD

Text Example


Text Example

White with #D62EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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