Html Css Color HEX #D72AFF Psychedelic Purple

📋 copy color: '#D72AFF'

red 215 ◦ green 42 ◦ blue 255

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

Shades of Psychedelic Purple #D72AFF

Tints of Psychedelic Purple #D72AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 41.99%
G = 8.2%
B = 49.8%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D72AFF (or 0xD72AFF) is known color: Psychedelic Purple. HEX triplet: D7, 2A and FF. RGB value is (215,42,255). Sum of RGB (Red+Green+Blue) = 215+42+255=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 42 (16.80% from 255 or 8.20% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #D72AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72AFF is #28D500. Grayscale: #757575. Windows color (decimal): -2675969 or 16722647. OLE color: 16722647.

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

Color convert

RGB 215 42 255 -
CMYK 0.16 0.84 0 0
HSL 288.73º 1% 0.58% -
HSV(B) 288.73º 0.84% 1% -
XYZ 46.9 23.32 96.64 -
YUV 118.01 205.31 197.18 -
System Red Green Blue C M Y K H S L
Decimal 215 42 255 0.16 0.84 0 0 288.73 1 0.58
Hex D7 2A FF 10 54 0 0 121 64 3A
Octal 327 52 377 20 124 0 0 441 144 72
Binary 11010111 101010 11111111 10000 1010100 0 0 100100001 1100100 111010

Color Harmonies of #D72AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AFF

Black with #D72AFF

Text Example


Text Example

White with #D72AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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