Html Css Color HEX #D72DFD Psychedelic Purple

📋 copy color: '#D72DFD'

red 215 ◦ green 45 ◦ blue 253

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

Shades of Psychedelic Purple #D72DFD

Tints of Psychedelic Purple #D72DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.77%

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

R = 41.91%
G = 8.77%
B = 49.32%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D72DFD (or 0xD72DFD) is known color: Psychedelic Purple. HEX triplet: D7, 2D and FD. RGB value is (215,45,253). Sum of RGB (Red+Green+Blue) = 215+45+253=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 45 (17.97% from 255 or 8.77% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #D72DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72DFD is #28D202. Grayscale: #767676. Windows color (decimal): -2675203 or 16592343. OLE color: 16592343.

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

Color convert

RGB 215 45 253 -
CMYK 0.15 0.82 0 0.01
HSL 289.04º 0.98% 0.58% -
HSV(B) 289.04º 0.82% 0.99% -
XYZ 46.69 23.42 94.99 -
YUV 119.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 215 45 253 0.15 0.82 0 0.01 289.04 0.98 0.58
Hex D7 2D FD F 52 0 1 121 62 3A
Octal 327 55 375 17 122 0 1 441 142 72
Binary 11010111 101101 11111101 1111 1010010 0 1 100100001 1100010 111010

Color Harmonies of #D72DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DFD

Black with #D72DFD

Text Example


Text Example

White with #D72DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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