Html Css Color HEX #D72DFA Psychedelic Purple

📋 copy color: '#D72DFA'

red 215 ◦ green 45 ◦ blue 250

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

Shades of Psychedelic Purple #D72DFA

Tints of Psychedelic Purple #D72DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 42.16%
G = 8.82%
B = 49.02%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D72DFA (or 0xD72DFA) is known color: Psychedelic Purple. HEX triplet: D7, 2D and FA. RGB value is (215,45,250). Sum of RGB (Red+Green+Blue) = 215+45+250=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 45 (17.97% from 255 or 8.82% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D72DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72DFA is #28D205. Grayscale: #767676. Windows color (decimal): -2675206 or 16395735. OLE color: 16395735.

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

Color convert

RGB 215 45 250 -
CMYK 0.14 0.82 0 0.02
HSL 289.76º 0.95% 0.58% -
HSV(B) 289.76º 0.82% 0.98% -
XYZ 46.22 23.23 92.49 -
YUV 119.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 215 45 250 0.14 0.82 0 0.02 289.76 0.95 0.58
Hex D7 2D FA E 52 0 2 122 5F 3A
Octal 327 55 372 16 122 0 2 442 137 72
Binary 11010111 101101 11111010 1110 1010010 0 10 100100010 1011111 111010

Color Harmonies of #D72DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DFA

Black with #D72DFA

Text Example


Text Example

White with #D72DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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