Html Css Color HEX #D736FD Psychedelic Purple

📋 copy color: '#D736FD'

red 215 ◦ green 54 ◦ blue 253

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

Shades of Psychedelic Purple #D736FD

Tints of Psychedelic Purple #D736FD

RGB

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

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

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

R = 41.19%
G = 10.34%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D736FD (or 0xD736FD) is known color: Psychedelic Purple. HEX triplet: D7, 36 and FD. RGB value is (215,54,253). Sum of RGB (Red+Green+Blue) = 215+54+253=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #D736FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D736FD is #28C902. Grayscale: #7C7C7C. Windows color (decimal): -2672899 or 16594647. OLE color: 16594647.

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

Color convert

RGB 215 54 253 -
CMYK 0.15 0.79 0 0.01
HSL 288.54º 0.98% 0.6% -
HSV(B) 288.54º 0.79% 0.99% -
XYZ 47.07 24.18 95.11 -
YUV 124.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 215 54 253 0.15 0.79 0 0.01 288.54 0.98 0.6
Hex D7 36 FD F 4F 0 1 121 62 3C
Octal 327 66 375 17 117 0 1 441 142 74
Binary 11010111 110110 11111101 1111 1001111 0 1 100100001 1100010 111100

Color Harmonies of #D736FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736FD

Black with #D736FD

Text Example


Text Example

White with #D736FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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