Html Css Color HEX #D62EFB Psychedelic Purple

📋 copy color: '#D62EFB'

red 214 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #D62EFB

Tints of Psychedelic Purple #D62EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 41.88%
G = 9%
B = 49.12%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D62EFB (or 0xD62EFB) is known color: Psychedelic Purple. HEX triplet: D6, 2E and FB. RGB value is (214,46,251). Sum of RGB (Red+Green+Blue) = 214+46+251=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 46 (18.36% from 255 or 9.00% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #D62EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62EFB is #29D104. Grayscale: #767676. Windows color (decimal): -2740485 or 16461526. OLE color: 16461526.

HSL color Cylindrical-coordinate representation of color #D62EFB: hue angle of 289.17º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62EFB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 46 251 -
CMYK 0.15 0.82 0 0.02
HSL 289.17º 0.96% 0.58% -
HSV(B) 289.17º 0.82% 0.98% -
XYZ 46.12 23.22 93.32 -
YUV 119.6 202.16 195.33 -
System Red Green Blue C M Y K H S L
Decimal 214 46 251 0.15 0.82 0 0.02 289.17 0.96 0.58
Hex D6 2E FB F 52 0 2 121 60 3A
Octal 326 56 373 17 122 0 2 441 140 72
Binary 11010110 101110 11111011 1111 1010010 0 10 100100001 1100000 111010

Color Harmonies of #D62EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62EFB

Black with #D62EFB

Text Example


Text Example

White with #D62EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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