Html Css Color HEX #D72FFB Psychedelic Purple

📋 copy color: '#D72FFB'

red 215 ◦ green 47 ◦ blue 251

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

Shades of Psychedelic Purple #D72FFB

Tints of Psychedelic Purple #D72FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 41.91%
G = 9.16%
B = 48.93%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D72FFB (or 0xD72FFB) is known color: Psychedelic Purple. HEX triplet: D7, 2F and FB. RGB value is (215,47,251). Sum of RGB (Red+Green+Blue) = 215+47+251=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 47 (18.75% from 255 or 9.16% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #D72FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72FFB is #28D004. Grayscale: #777777. Windows color (decimal): -2674693 or 16461783. OLE color: 16461783.

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

Color convert

RGB 215 47 251 -
CMYK 0.14 0.81 0 0.02
HSL 289.41º 0.96% 0.58% -
HSV(B) 289.41º 0.81% 0.98% -
XYZ 46.45 23.45 93.34 -
YUV 120.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 215 47 251 0.14 0.81 0 0.02 289.41 0.96 0.58
Hex D7 2F FB E 51 0 2 121 60 3A
Octal 327 57 373 16 121 0 2 441 140 72
Binary 11010111 101111 11111011 1110 1010001 0 10 100100001 1100000 111010

Color Harmonies of #D72FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FFB

Black with #D72FFB

Text Example


Text Example

White with #D72FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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