Html Css Color HEX #D726FD Psychedelic Purple

📋 copy color: '#D726FD'

red 215 ◦ green 38 ◦ blue 253

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

Shades of Psychedelic Purple #D726FD

Tints of Psychedelic Purple #D726FD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.51%

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

R = 42.49%
G = 7.51%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D726FD (or 0xD726FD) is known color: Psychedelic Purple. HEX triplet: D7, 26 and FD. RGB value is (215,38,253). Sum of RGB (Red+Green+Blue) = 215+38+253=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 38 (15.23% from 255 or 7.51% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #D726FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726FD is #28D902. Grayscale: #727272. Windows color (decimal): -2676995 or 16590551. OLE color: 16590551.

HSL color Cylindrical-coordinate representation of color #D726FD: hue angle of 289.4º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D726FD is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 38 253 -
CMYK 0.15 0.85 0 0.01
HSL 289.4º 0.98% 0.57% -
HSV(B) 289.4º 0.85% 0.99% -
XYZ 46.45 22.93 94.91 -
YUV 115.43 205.64 199.02 -
System Red Green Blue C M Y K H S L
Decimal 215 38 253 0.15 0.85 0 0.01 289.4 0.98 0.57
Hex D7 26 FD F 55 0 1 121 62 39
Octal 327 46 375 17 125 0 1 441 142 71
Binary 11010111 100110 11111101 1111 1010101 0 1 100100001 1100010 111001

Color Harmonies of #D726FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726FD

Black with #D726FD

Text Example


Text Example

White with #D726FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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