Html Css Color HEX #D72AFB Psychedelic Purple

📋 copy color: '#D72AFB'

red 215 ◦ green 42 ◦ blue 251

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

Shades of Psychedelic Purple #D72AFB

Tints of Psychedelic Purple #D72AFB

RGB

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

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

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

R = 42.32%
G = 8.27%
B = 49.41%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D72AFB (or 0xD72AFB) is known color: Psychedelic Purple. HEX triplet: D7, 2A and FB. RGB value is (215,42,251). Sum of RGB (Red+Green+Blue) = 215+42+251=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #D72AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72AFB is #28D504. Grayscale: #747474. Windows color (decimal): -2675973 or 16460503. OLE color: 16460503.

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

Color convert

RGB 215 42 251 -
CMYK 0.14 0.83 0 0.02
HSL 289.67º 0.96% 0.57% -
HSV(B) 289.67º 0.83% 0.98% -
XYZ 46.26 23.07 93.28 -
YUV 117.55 203.31 197.51 -
System Red Green Blue C M Y K H S L
Decimal 215 42 251 0.14 0.83 0 0.02 289.67 0.96 0.57
Hex D7 2A FB E 53 0 2 122 60 39
Octal 327 52 373 16 123 0 2 442 140 71
Binary 11010111 101010 11111011 1110 1010011 0 10 100100010 1100000 111001

Color Harmonies of #D72AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AFB

Black with #D72AFB

Text Example


Text Example

White with #D72AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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