Html Css Color HEX #D72AFE Psychedelic Purple

📋 copy color: '#D72AFE'

red 215 ◦ green 42 ◦ blue 254

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

Shades of Psychedelic Purple #D72AFE

Tints of Psychedelic Purple #D72AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.22%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 42.07%
G = 8.22%
B = 49.71%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D72AFE (or 0xD72AFE) is known color: Psychedelic Purple. HEX triplet: D7, 2A and FE. RGB value is (215,42,254). Sum of RGB (Red+Green+Blue) = 215+42+254=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 42 (16.80% from 255 or 8.22% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #D72AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72AFE is #28D501. Grayscale: #757575. Windows color (decimal): -2675970 or 16657111. OLE color: 16657111.

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

Color convert

RGB 215 42 254 -
CMYK 0.15 0.83 0 0.00
HSL 288.96º 0.99% 0.58% -
HSV(B) 288.96º 0.83% 1% -
XYZ 46.74 23.26 95.79 -
YUV 117.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 215 42 254 0.15 0.83 0 0.00 288.96 0.99 0.58
Hex D7 2A FE F 53 0 0 121 63 3A
Octal 327 52 376 17 123 0 0 441 143 72
Binary 11010111 101010 11111110 1111 1010011 0 0 100100001 1100011 111010

Color Harmonies of #D72AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AFE

Black with #D72AFE

Text Example


Text Example

White with #D72AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AFE; }

 p { color: rgb(215,42,254); }

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

background-color css

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

 a { background-color: rgb(215,42,254); }

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

border-color css

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

 span { border-color: rgb(215,42,254); }

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