Html Css Color HEX #D726F2 Psychedelic Purple

📋 copy color: '#D726F2'

red 215 ◦ green 38 ◦ blue 242

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

Shades of Psychedelic Purple #D726F2

Tints of Psychedelic Purple #D726F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 43.43%
G = 7.68%
B = 48.89%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D726F2 (or 0xD726F2) is known color: Psychedelic Purple. HEX triplet: D7, 26 and F2. RGB value is (215,38,242). Sum of RGB (Red+Green+Blue) = 215+38+242=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 38 (15.23% from 255 or 7.68% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #D726F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726F2 is #28D90D. Grayscale: #717171. Windows color (decimal): -2677006 or 15869655. OLE color: 15869655.

HSL color Cylindrical-coordinate representation of color #D726F2: hue angle of 292.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D726F2 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 38 242 -
CMYK 0.11 0.84 0 0.05
HSL 292.06º 0.89% 0.55% -
HSV(B) 292.06º 0.84% 0.95% -
XYZ 44.74 22.24 85.94 -
YUV 114.18 200.14 199.91 -
System Red Green Blue C M Y K H S L
Decimal 215 38 242 0.11 0.84 0 0.05 292.06 0.89 0.55
Hex D7 26 F2 B 54 0 5 124 59 37
Octal 327 46 362 13 124 0 5 444 131 67
Binary 11010111 100110 11110010 1011 1010100 0 101 100100100 1011001 110111

Color Harmonies of #D726F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726F2

Black with #D726F2

Text Example


Text Example

White with #D726F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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