Html Css Color HEX #D736FA Psychedelic Purple

📋 copy color: '#D736FA'

red 215 ◦ green 54 ◦ blue 250

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

Shades of Psychedelic Purple #D736FA

Tints of Psychedelic Purple #D736FA

RGB

 RED value IS 215 (84.38% from 255) = 41.43%

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

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

R = 41.43%
G = 10.4%
B = 48.17%

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

#D736FA (or 0xD736FA) is known color: Psychedelic Purple. HEX triplet: D7, 36 and FA. RGB value is (215,54,250). Sum of RGB (Red+Green+Blue) = 215+54+250=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #D736FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D736FA is #28C905. Grayscale: #7B7B7B. Windows color (decimal): -2672902 or 16398039. OLE color: 16398039.

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

Color convert

RGB 215 54 250 -
CMYK 0.14 0.78 0 0.02
HSL 289.29º 0.95% 0.6% -
HSV(B) 289.29º 0.78% 0.98% -
XYZ 46.6 23.99 92.62 -
YUV 124.48 198.84 192.56 -
System Red Green Blue C M Y K H S L
Decimal 215 54 250 0.14 0.78 0 0.02 289.29 0.95 0.6
Hex D7 36 FA E 4E 0 2 121 5F 3C
Octal 327 66 372 16 116 0 2 441 137 74
Binary 11010111 110110 11111010 1110 1001110 0 10 100100001 1011111 111100

Color Harmonies of #D736FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736FA

Black with #D736FA

Text Example


Text Example

White with #D736FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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