Html Css Color HEX #D936FA Psychedelic Purple

📋 copy color: '#D936FA'

red 217 ◦ green 54 ◦ blue 250

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

Shades of Psychedelic Purple #D936FA

Tints of Psychedelic Purple #D936FA

RGB

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

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

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

R = 41.65%
G = 10.36%
B = 47.98%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D936FA (or 0xD936FA) is known color: Psychedelic Purple. HEX triplet: D9, 36 and FA. RGB value is (217,54,250). Sum of RGB (Red+Green+Blue) = 217+54+250=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #D936FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D936FA is #26C905. Grayscale: #7C7C7C. Windows color (decimal): -2541830 or 16398041. OLE color: 16398041.

HSL color Cylindrical-coordinate representation of color #D936FA: hue angle of 289.9º 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 #D936FA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 54 250 -
CMYK 0.13 0.78 0 0.02
HSL 289.9º 0.95% 0.6% -
HSV(B) 289.9º 0.78% 0.98% -
XYZ 47.19 24.29 92.64 -
YUV 125.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 217 54 250 0.13 0.78 0 0.02 289.9 0.95 0.6
Hex D9 36 FA D 4E 0 2 122 5F 3C
Octal 331 66 372 15 116 0 2 442 137 74
Binary 11011001 110110 11111010 1101 1001110 0 10 100100010 1011111 111100

Color Harmonies of #D936FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D936FA

Black with #D936FA

Text Example


Text Example

White with #D936FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D936FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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