Html Css Color HEX #D72CF9 Psychedelic Purple

📋 copy color: '#D72CF9'

red 215 ◦ green 44 ◦ blue 249

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

Shades of Psychedelic Purple #D72CF9

Tints of Psychedelic Purple #D72CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 42.32%
G = 8.66%
B = 49.02%

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

#D72CF9 (or 0xD72CF9) is known color: Psychedelic Purple. HEX triplet: D7, 2C and F9. RGB value is (215,44,249). Sum of RGB (Red+Green+Blue) = 215+44+249=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 44 (17.58% from 255 or 8.66% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #D72CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CF9 is #28D306. Grayscale: #757575. Windows color (decimal): -2675463 or 16329943. OLE color: 16329943.

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

Color convert

RGB 215 44 249 -
CMYK 0.14 0.82 0 0.02
HSL 290.05º 0.94% 0.57% -
HSV(B) 290.05º 0.82% 0.98% -
XYZ 46.02 23.09 91.65 -
YUV 118.5 201.65 196.83 -
System Red Green Blue C M Y K H S L
Decimal 215 44 249 0.14 0.82 0 0.02 290.05 0.94 0.57
Hex D7 2C F9 E 52 0 2 122 5E 39
Octal 327 54 371 16 122 0 2 442 136 71
Binary 11010111 101100 11111001 1110 1010010 0 10 100100010 1011110 111001

Color Harmonies of #D72CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CF9

Black with #D72CF9

Text Example


Text Example

White with #D72CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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