Html Css Color HEX #D126FF Psychedelic Purple

📋 copy color: '#D126FF'

red 209 ◦ green 38 ◦ blue 255

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

Shades of Psychedelic Purple #D126FF

Tints of Psychedelic Purple #D126FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.57%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 41.63%
G = 7.57%
B = 50.8%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D126FF (or 0xD126FF) is known color: Psychedelic Purple. HEX triplet: D1, 26 and FF. RGB value is (209,38,255). Sum of RGB (Red+Green+Blue) = 209+38+255=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 38 (15.23% from 255 or 7.57% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #D126FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D126FF is #2ED900. Grayscale: #717171. Windows color (decimal): -3070209 or 16721617. OLE color: 16721617.

HSL color Cylindrical-coordinate representation of color #D126FF: hue angle of 287.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D126FF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 38 255 -
CMYK 0.18 0.85 0 0
HSL 287.28º 1% 0.57% -
HSV(B) 287.28º 0.85% 1% -
XYZ 45.04 22.16 96.51 -
YUV 113.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 209 38 255 0.18 0.85 0 0 287.28 1 0.57
Hex D1 26 FF 12 55 0 0 11F 64 39
Octal 321 46 377 22 125 0 0 437 144 71
Binary 11010001 100110 11111111 10010 1010101 0 0 100011111 1100100 111001

Color Harmonies of #D126FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D126FF

Black with #D126FF

Text Example


Text Example

White with #D126FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D126FF; }

 p { color: rgb(209,38,255); }

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

background-color css

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

 a { background-color: rgb(209,38,255); }

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

border-color css

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

 span { border-color: rgb(209,38,255); }

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