Html Css Color HEX #D127EE Psychedelic Purple

📋 copy color: '#D127EE'

red 209 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #D127EE

Tints of Psychedelic Purple #D127EE

RGB

 RED value IS 209 (82.03% from 255) = 43%

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

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

R = 43%
G = 8.02%
B = 48.97%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D127EE (or 0xD127EE) is known color: Psychedelic Purple. HEX triplet: D1, 27 and EE. RGB value is (209,39,238). Sum of RGB (Red+Green+Blue) = 209+39+238=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #D127EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127EE is #2ED811. Grayscale: #6F6F6F. Windows color (decimal): -3069970 or 15607761. OLE color: 15607761.

HSL color Cylindrical-coordinate representation of color #D127EE: hue angle of 291.26º 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 #D127EE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 39 238 -
CMYK 0.12 0.84 0 0.07
HSL 291.26º 0.85% 0.54% -
HSV(B) 291.26º 0.84% 0.93% -
XYZ 42.45 21.18 82.74 -
YUV 112.52 198.82 196.82 -
System Red Green Blue C M Y K H S L
Decimal 209 39 238 0.12 0.84 0 0.07 291.26 0.85 0.54
Hex D1 27 EE C 54 0 7 123 55 36
Octal 321 47 356 14 124 0 7 443 125 66
Binary 11010001 100111 11101110 1100 1010100 0 111 100100011 1010101 110110

Color Harmonies of #D127EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127EE

Black with #D127EE

Text Example


Text Example

White with #D127EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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