Html Css Color HEX #D936FD Psychedelic Purple

📋 copy color: '#D936FD'

red 217 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #D936FD

Tints of Psychedelic Purple #D936FD

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

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

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

R = 41.41%
G = 10.31%
B = 48.28%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D936FD (or 0xD936FD) is known color: Psychedelic Purple. HEX triplet: D9, 36 and FD. RGB value is (217,54,253). Sum of RGB (Red+Green+Blue) = 217+54+253=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 54 (21.48% from 255 or 10.31% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #D936FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D936FD is #26C902. Grayscale: #7C7C7C. Windows color (decimal): -2541827 or 16594649. OLE color: 16594649.

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

Color convert

RGB 217 54 253 -
CMYK 0.14 0.79 0 0.01
HSL 289.15º 0.98% 0.6% -
HSV(B) 289.15º 0.79% 0.99% -
XYZ 47.66 24.48 95.14 -
YUV 125.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 217 54 253 0.14 0.79 0 0.01 289.15 0.98 0.6
Hex D9 36 FD E 4F 0 1 121 62 3C
Octal 331 66 375 16 117 0 1 441 142 74
Binary 11011001 110110 11111101 1110 1001111 0 1 100100001 1100010 111100

Color Harmonies of #D936FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936FD

Black with #D936FD

Text Example


Text Example

White with #D936FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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