Html Css Color HEX #D736FF Psychedelic Purple

📋 copy color: '#D736FF'

red 215 ◦ green 54 ◦ blue 255

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

Shades of Psychedelic Purple #D736FF

Tints of Psychedelic Purple #D736FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 41.03%
G = 10.31%
B = 48.66%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D736FF (or 0xD736FF) is known color: Psychedelic Purple. HEX triplet: D7, 36 and FF. RGB value is (215,54,255). Sum of RGB (Red+Green+Blue) = 215+54+255=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 54 (21.48% from 255 or 10.31% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #D736FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D736FF is #28C900. Grayscale: #7C7C7C. Windows color (decimal): -2672897 or 16725719. OLE color: 16725719.

HSL color Cylindrical-coordinate representation of color #D736FF: hue angle of 288.06º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D736FF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 54 255 -
CMYK 0.16 0.79 0 0
HSL 288.06º 1% 0.61% -
HSV(B) 288.06º 0.79% 1% -
XYZ 47.39 24.31 96.8 -
YUV 125.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 215 54 255 0.16 0.79 0 0 288.06 1 0.61
Hex D7 36 FF 10 4F 0 0 120 64 3D
Octal 327 66 377 20 117 0 0 440 144 75
Binary 11010111 110110 11111111 10000 1001111 0 0 100100000 1100100 111101

Color Harmonies of #D736FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736FF

Black with #D736FF

Text Example


Text Example

White with #D736FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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