Html Css Color HEX #D836FD Psychedelic Purple

📋 copy color: '#D836FD'

red 216 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #D836FD

Tints of Psychedelic Purple #D836FD

RGB

 RED value IS 216 (84.77% from 255) = 41.3%

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 41.3%
G = 10.33%
B = 48.37%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D836FD (or 0xD836FD) is known color: Psychedelic Purple. HEX triplet: D8, 36 and FD. RGB value is (216,54,253). Sum of RGB (Red+Green+Blue) = 216+54+253=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 54 (21.48% from 255 or 10.33% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #D836FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D836FD is #27C902. Grayscale: #7C7C7C. Windows color (decimal): -2607363 or 16594648. OLE color: 16594648.

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

Color convert

RGB 216 54 253 -
CMYK 0.15 0.79 0 0.01
HSL 288.84º 0.98% 0.6% -
HSV(B) 288.84º 0.79% 0.99% -
XYZ 47.37 24.33 95.13 -
YUV 125.12 200.17 192.82 -
System Red Green Blue C M Y K H S L
Decimal 216 54 253 0.15 0.79 0 0.01 288.84 0.98 0.6
Hex D8 36 FD F 4F 0 1 121 62 3C
Octal 330 66 375 17 117 0 1 441 142 74
Binary 11011000 110110 11111101 1111 1001111 0 1 100100001 1100010 111100

Color Harmonies of #D836FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836FD

Black with #D836FD

Text Example


Text Example

White with #D836FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836FD; }

 p { color: rgb(216,54,253); }

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

background-color css

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

 a { background-color: rgb(216,54,253); }

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

border-color css

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

 span { border-color: rgb(216,54,253); }

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