Html Css Color HEX #D036FD Psychedelic Purple

📋 copy color: '#D036FD'

red 208 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #D036FD

Tints of Psychedelic Purple #D036FD

RGB

 RED value IS 208 (81.64% from 255) = 40.39%

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

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

R = 40.39%
G = 10.49%
B = 49.13%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D036FD (or 0xD036FD) is known color: Psychedelic Purple. HEX triplet: D0, 36 and FD. RGB value is (208,54,253). Sum of RGB (Red+Green+Blue) = 208+54+253=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #D036FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036FD is #2FC902. Grayscale: #7A7A7A. Windows color (decimal): -3131651 or 16594640. OLE color: 16594640.

HSL color Cylindrical-coordinate representation of color #D036FD: hue angle of 286.43º 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 #D036FD is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 54 253 -
CMYK 0.18 0.79 0 0.01
HSL 286.43º 0.98% 0.6% -
HSV(B) 286.43º 0.79% 0.99% -
XYZ 45.06 23.14 95.02 -
YUV 122.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 208 54 253 0.18 0.79 0 0.01 286.43 0.98 0.6
Hex D0 36 FD 12 4F 0 1 11E 62 3C
Octal 320 66 375 22 117 0 1 436 142 74
Binary 11010000 110110 11111101 10010 1001111 0 1 100011110 1100010 111100

Color Harmonies of #D036FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036FD

Black with #D036FD

Text Example


Text Example

White with #D036FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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