Html Css Color HEX #D136FE Psychedelic Purple

📋 copy color: '#D136FE'

red 209 ◦ green 54 ◦ blue 254

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

Shades of Psychedelic Purple #D136FE

Tints of Psychedelic Purple #D136FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.44%

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

R = 40.43%
G = 10.44%
B = 49.13%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D136FE (or 0xD136FE) is known color: Psychedelic Purple. HEX triplet: D1, 36 and FE. RGB value is (209,54,254). Sum of RGB (Red+Green+Blue) = 209+54+254=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #D136FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136FE is #2EC901. Grayscale: #7A7A7A. Windows color (decimal): -3066114 or 16660177. OLE color: 16660177.

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

Color convert

RGB 209 54 254 -
CMYK 0.18 0.79 0 0.00
HSL 286.5º 0.99% 0.6% -
HSV(B) 286.5º 0.79% 1% -
XYZ 45.5 23.35 95.87 -
YUV 123.15 201.85 189.24 -
System Red Green Blue C M Y K H S L
Decimal 209 54 254 0.18 0.79 0 0.00 286.5 0.99 0.6
Hex D1 36 FE 12 4F 0 0 11E 63 3C
Octal 321 66 376 22 117 0 0 436 143 74
Binary 11010001 110110 11111110 10010 1001111 0 0 100011110 1100011 111100

Color Harmonies of #D136FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136FE

Black with #D136FE

Text Example


Text Example

White with #D136FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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