Html Css Color HEX #D72CFA Psychedelic Purple

📋 copy color: '#D72CFA'

red 215 ◦ green 44 ◦ blue 250

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

Shades of Psychedelic Purple #D72CFA

Tints of Psychedelic Purple #D72CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.64%

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

R = 42.24%
G = 8.64%
B = 49.12%

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

#D72CFA (or 0xD72CFA) is known color: Psychedelic Purple. HEX triplet: D7, 2C and FA. RGB value is (215,44,250). Sum of RGB (Red+Green+Blue) = 215+44+250=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #D72CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CFA is #28D305. Grayscale: #757575. Windows color (decimal): -2675462 or 16395479. OLE color: 16395479.

HSL color Cylindrical-coordinate representation of color #D72CFA: hue angle of 289.81º 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 #D72CFA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 44 250 -
CMYK 0.14 0.82 0 0.02
HSL 289.81º 0.95% 0.58% -
HSV(B) 289.81º 0.82% 0.98% -
XYZ 46.18 23.15 92.48 -
YUV 118.61 202.15 196.75 -
System Red Green Blue C M Y K H S L
Decimal 215 44 250 0.14 0.82 0 0.02 289.81 0.95 0.58
Hex D7 2C FA E 52 0 2 122 5F 3A
Octal 327 54 372 16 122 0 2 442 137 72
Binary 11010111 101100 11111010 1110 1010010 0 10 100100010 1011111 111010

Color Harmonies of #D72CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CFA

Black with #D72CFA

Text Example


Text Example

White with #D72CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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