Html Css Color HEX #D427EE Psychedelic Purple

📋 copy color: '#D427EE'

red 212 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #D427EE

Tints of Psychedelic Purple #D427EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.98%

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

R = 43.35%
G = 7.98%
B = 48.67%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D427EE (or 0xD427EE) is known color: Psychedelic Purple. HEX triplet: D4, 27 and EE. RGB value is (212,39,238). Sum of RGB (Red+Green+Blue) = 212+39+238=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #D427EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D427EE is #2BD811. Grayscale: #707070. Windows color (decimal): -2873362 or 15607764. OLE color: 15607764.

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

Color convert

RGB 212 39 238 -
CMYK 0.11 0.84 0 0.07
HSL 292.16º 0.85% 0.54% -
HSV(B) 292.16º 0.84% 0.93% -
XYZ 43.31 21.62 82.78 -
YUV 113.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 212 39 238 0.11 0.84 0 0.07 292.16 0.85 0.54
Hex D4 27 EE B 54 0 7 124 55 36
Octal 324 47 356 13 124 0 7 444 125 66
Binary 11010100 100111 11101110 1011 1010100 0 111 100100100 1010101 110110

Color Harmonies of #D427EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427EE

Black with #D427EE

Text Example


Text Example

White with #D427EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427EE; }

 p { color: rgb(212,39,238); }

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

background-color css

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

 a { background-color: rgb(212,39,238); }

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

border-color css

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

 span { border-color: rgb(212,39,238); }

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