Html Css Color HEX #D831F2 Psychedelic Purple

📋 copy color: '#D831F2'

red 216 ◦ green 49 ◦ blue 242

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

Shades of Psychedelic Purple #D831F2

Tints of Psychedelic Purple #D831F2

RGB

 RED value IS 216 (84.77% from 255) = 42.6%

 GREEN value IS 49 (19.53% from 255) = 9.66%

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 42.6%
G = 9.66%
B = 47.73%

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

#D831F2 (or 0xD831F2) is known color: Psychedelic Purple. HEX triplet: D8, 31 and F2. RGB value is (216,49,242). Sum of RGB (Red+Green+Blue) = 216+49+242=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #D831F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D831F2 is #27CE0D. Grayscale: #787878. Windows color (decimal): -2608654 or 15872472. OLE color: 15872472.

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

Color convert

RGB 216 49 242 -
CMYK 0.11 0.80 0 0.05
HSL 291.92º 0.88% 0.57% -
HSV(B) 291.92º 0.8% 0.95% -
XYZ 45.44 23.21 86.09 -
YUV 120.94 196.33 195.81 -
System Red Green Blue C M Y K H S L
Decimal 216 49 242 0.11 0.80 0 0.05 291.92 0.88 0.57
Hex D8 31 F2 B 50 0 5 124 58 39
Octal 330 61 362 13 120 0 5 444 130 71
Binary 11011000 110001 11110010 1011 1010000 0 101 100100100 1011000 111001

Color Harmonies of #D831F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D831F2

Black with #D831F2

Text Example


Text Example

White with #D831F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D831F2; }

 p { color: rgb(216,49,242); }

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

background-color css

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

 a { background-color: rgb(216,49,242); }

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

border-color css

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

 span { border-color: rgb(216,49,242); }

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