Html Css Color HEX #D127EB Psychedelic Purple

📋 copy color: '#D127EB'

red 209 ◦ green 39 ◦ blue 235

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

Shades of Psychedelic Purple #D127EB

Tints of Psychedelic Purple #D127EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 43.27%
G = 8.07%
B = 48.65%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D127EB (or 0xD127EB) is known color: Psychedelic Purple. HEX triplet: D1, 27 and EB. RGB value is (209,39,235). Sum of RGB (Red+Green+Blue) = 209+39+235=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #D127EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127EB is #2ED814. Grayscale: #6F6F6F. Windows color (decimal): -3069973 or 15411153. OLE color: 15411153.

HSL color Cylindrical-coordinate representation of color #D127EB: hue angle of 292.04º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D127EB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 39 235 -
CMYK 0.11 0.83 0 0.08
HSL 292.04º 0.83% 0.54% -
HSV(B) 292.04º 0.83% 0.92% -
XYZ 42.02 21 80.44 -
YUV 112.17 197.32 197.06 -
System Red Green Blue C M Y K H S L
Decimal 209 39 235 0.11 0.83 0 0.08 292.04 0.83 0.54
Hex D1 27 EB B 53 0 8 124 53 36
Octal 321 47 353 13 123 0 10 444 123 66
Binary 11010001 100111 11101011 1011 1010011 0 1000 100100100 1010011 110110

Color Harmonies of #D127EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127EB

Black with #D127EB

Text Example


Text Example

White with #D127EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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