Html Css Color HEX #D836FA Psychedelic Purple

📋 copy color: '#D836FA'

red 216 ◦ green 54 ◦ blue 250

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

Shades of Psychedelic Purple #D836FA

Tints of Psychedelic Purple #D836FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 41.54%
G = 10.38%
B = 48.08%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D836FA (or 0xD836FA) is known color: Psychedelic Purple. HEX triplet: D8, 36 and FA. RGB value is (216,54,250). Sum of RGB (Red+Green+Blue) = 216+54+250=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 54 (21.48% from 255 or 10.38% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #D836FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D836FA is #27C905. Grayscale: #7C7C7C. Windows color (decimal): -2607366 or 16398040. OLE color: 16398040.

HSL color Cylindrical-coordinate representation of color #D836FA: hue angle of 289.59º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D836FA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 54 250 -
CMYK 0.14 0.78 0 0.02
HSL 289.59º 0.95% 0.6% -
HSV(B) 289.59º 0.78% 0.98% -
XYZ 46.89 24.14 92.63 -
YUV 124.78 198.67 193.06 -
System Red Green Blue C M Y K H S L
Decimal 216 54 250 0.14 0.78 0 0.02 289.59 0.95 0.6
Hex D8 36 FA E 4E 0 2 122 5F 3C
Octal 330 66 372 16 116 0 2 442 137 74
Binary 11011000 110110 11111010 1110 1001110 0 10 100100010 1011111 111100

Color Harmonies of #D836FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836FA

Black with #D836FA

Text Example


Text Example

White with #D836FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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