Html Css Color HEX #D136FF Psychedelic Purple

📋 copy color: '#D136FF'

red 209 ◦ green 54 ◦ blue 255

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

Shades of Psychedelic Purple #D136FF

Tints of Psychedelic Purple #D136FF

RGB

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

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

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

R = 40.35%
G = 10.42%
B = 49.23%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D136FF (or 0xD136FF) is known color: Psychedelic Purple. HEX triplet: D1, 36 and FF. RGB value is (209,54,255). Sum of RGB (Red+Green+Blue) = 209+54+255=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 54 (21.48% from 255 or 10.42% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #D136FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136FF is #2EC900. Grayscale: #7A7A7A. Windows color (decimal): -3066113 or 16725713. OLE color: 16725713.

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

Color convert

RGB 209 54 255 -
CMYK 0.18 0.79 0 0
HSL 286.27º 1% 0.61% -
HSV(B) 286.27º 0.79% 1% -
XYZ 45.66 23.41 96.72 -
YUV 123.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 209 54 255 0.18 0.79 0 0 286.27 1 0.61
Hex D1 36 FF 12 4F 0 0 11E 64 3D
Octal 321 66 377 22 117 0 0 436 144 75
Binary 11010001 110110 11111111 10010 1001111 0 0 100011110 1100100 111101

Color Harmonies of #D136FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136FF

Black with #D136FF

Text Example


Text Example

White with #D136FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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