Html Css Color HEX #D127EF Psychedelic Purple

📋 copy color: '#D127EF'

red 209 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #D127EF

Tints of Psychedelic Purple #D127EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 42.92%
G = 8.01%
B = 49.08%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D127EF (or 0xD127EF) is known color: Psychedelic Purple. HEX triplet: D1, 27 and EF. RGB value is (209,39,239). Sum of RGB (Red+Green+Blue) = 209+39+239=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #D127EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127EF is #2ED810. Grayscale: #707070. Windows color (decimal): -3069969 or 15673297. OLE color: 15673297.

HSL color Cylindrical-coordinate representation of color #D127EF: hue angle of 291º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D127EF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 39 239 -
CMYK 0.13 0.84 0 0.06
HSL 291º 0.86% 0.55% -
HSV(B) 291º 0.84% 0.94% -
XYZ 42.6 21.24 83.52 -
YUV 112.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 209 39 239 0.13 0.84 0 0.06 291 0.86 0.55
Hex D1 27 EF D 54 0 6 123 56 37
Octal 321 47 357 15 124 0 6 443 126 67
Binary 11010001 100111 11101111 1101 1010100 0 110 100100011 1010110 110111

Color Harmonies of #D127EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127EF

Black with #D127EF

Text Example


Text Example

White with #D127EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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