Html Css Color HEX #D137FE Psychedelic Purple

📋 copy color: '#D137FE'

red 209 ◦ green 55 ◦ blue 254

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

Shades of Psychedelic Purple #D137FE

Tints of Psychedelic Purple #D137FE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.62%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 40.35%
G = 10.62%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D137FE (or 0xD137FE) is known color: Psychedelic Purple. HEX triplet: D1, 37 and FE. RGB value is (209,55,254). Sum of RGB (Red+Green+Blue) = 209+55+254=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #D137FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D137FE is #2EC801. Grayscale: #7B7B7B. Windows color (decimal): -3065858 or 16660433. OLE color: 16660433.

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

Color convert

RGB 209 55 254 -
CMYK 0.18 0.78 0 0.00
HSL 286.43º 0.99% 0.61% -
HSV(B) 286.43º 0.78% 1% -
XYZ 45.55 23.44 95.89 -
YUV 123.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 209 55 254 0.18 0.78 0 0.00 286.43 0.99 0.61
Hex D1 37 FE 12 4E 0 0 11E 63 3D
Octal 321 67 376 22 116 0 0 436 143 75
Binary 11010001 110111 11111110 10010 1001110 0 0 100011110 1100011 111101

Color Harmonies of #D137FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D137FE

Black with #D137FE

Text Example


Text Example

White with #D137FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D137FE; }

 p { color: rgb(209,55,254); }

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

background-color css

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

 a { background-color: rgb(209,55,254); }

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

border-color css

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

 span { border-color: rgb(209,55,254); }

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