Html Css Color HEX #D62DEE Psychedelic Purple

📋 copy color: '#D62DEE'

red 214 ◦ green 45 ◦ blue 238

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

Shades of Psychedelic Purple #D62DEE

Tints of Psychedelic Purple #D62DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.05%

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 43.06%
G = 9.05%
B = 47.89%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D62DEE (or 0xD62DEE) is known color: Psychedelic Purple. HEX triplet: D6, 2D and EE. RGB value is (214,45,238). Sum of RGB (Red+Green+Blue) = 214+45+238=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #D62DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62DEE is #29D211. Grayscale: #747474. Windows color (decimal): -2740754 or 15609302. OLE color: 15609302.

HSL color Cylindrical-coordinate representation of color #D62DEE: hue angle of 292.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62DEE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 45 238 -
CMYK 0.10 0.81 0 0.07
HSL 292.54º 0.85% 0.55% -
HSV(B) 292.54º 0.81% 0.93% -
XYZ 44.1 22.35 82.88 -
YUV 117.53 195.99 196.81 -
System Red Green Blue C M Y K H S L
Decimal 214 45 238 0.10 0.81 0 0.07 292.54 0.85 0.55
Hex D6 2D EE A 51 0 7 125 55 37
Octal 326 55 356 12 121 0 7 445 125 67
Binary 11010110 101101 11101110 1010 1010001 0 111 100100101 1010101 110111

Color Harmonies of #D62DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DEE

Black with #D62DEE

Text Example


Text Example

White with #D62DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DEE; }

 p { color: rgb(214,45,238); }

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

background-color css

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

 a { background-color: rgb(214,45,238); }

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

border-color css

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

 span { border-color: rgb(214,45,238); }

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