Html Css Color HEX #D72FF1 Psychedelic Purple

📋 copy color: '#D72FF1'

red 215 ◦ green 47 ◦ blue 241

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

Shades of Psychedelic Purple #D72FF1

Tints of Psychedelic Purple #D72FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.34%

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 42.74%
G = 9.34%
B = 47.91%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D72FF1 (or 0xD72FF1) is known color: Psychedelic Purple. HEX triplet: D7, 2F and F1. RGB value is (215,47,241). Sum of RGB (Red+Green+Blue) = 215+47+241=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #D72FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72FF1 is #28D00E. Grayscale: #767676. Windows color (decimal): -2674703 or 15806423. OLE color: 15806423.

HSL color Cylindrical-coordinate representation of color #D72FF1: hue angle of 291.96º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72FF1 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 47 241 -
CMYK 0.11 0.80 0 0.05
HSL 291.96º 0.87% 0.56% -
HSV(B) 291.96º 0.8% 0.95% -
XYZ 44.92 22.83 85.26 -
YUV 119.35 196.66 196.23 -
System Red Green Blue C M Y K H S L
Decimal 215 47 241 0.11 0.80 0 0.05 291.96 0.87 0.56
Hex D7 2F F1 B 50 0 5 124 57 38
Octal 327 57 361 13 120 0 5 444 127 70
Binary 11010111 101111 11110001 1011 1010000 0 101 100100100 1010111 111000

Color Harmonies of #D72FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FF1

Black with #D72FF1

Text Example


Text Example

White with #D72FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FF1; }

 p { color: rgb(215,47,241); }

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

background-color css

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

 a { background-color: rgb(215,47,241); }

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

border-color css

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

 span { border-color: rgb(215,47,241); }

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