Html Css Color HEX #D31AF6 Psychedelic Purple

📋 copy color: '#D31AF6'

red 211 ◦ green 26 ◦ blue 246

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

Shades of Psychedelic Purple #D31AF6

Tints of Psychedelic Purple #D31AF6

RGB

 RED value IS 211 (82.81% from 255) = 43.69%

 GREEN value IS 26 (10.55% from 255) = 5.38%

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 43.69%
G = 5.38%
B = 50.93%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D31AF6 (or 0xD31AF6) is known color: Psychedelic Purple. HEX triplet: D3, 1A and F6. RGB value is (211,26,246). Sum of RGB (Red+Green+Blue) = 211+26+246=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #D31AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AF6 is #2CE509. Grayscale: #696969. Windows color (decimal): -2942218 or 16128723. OLE color: 16128723.

HSL color Cylindrical-coordinate representation of color #D31AF6: hue angle of 290.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31AF6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 26 246 -
CMYK 0.14 0.89 0 0.04
HSL 290.45º 0.92% 0.53% -
HSV(B) 290.45º 0.89% 0.96% -
XYZ 43.87 21.24 88.98 -
YUV 106.4 206.79 202.61 -
System Red Green Blue C M Y K H S L
Decimal 211 26 246 0.14 0.89 0 0.04 290.45 0.92 0.53
Hex D3 1A F6 E 59 0 4 122 5C 35
Octal 323 32 366 16 131 0 4 442 134 65
Binary 11010011 11010 11110110 1110 1011001 0 100 100100010 1011100 110101

Color Harmonies of #D31AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AF6

Black with #D31AF6

Text Example


Text Example

White with #D31AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AF6; }

 p { color: rgb(211,26,246); }

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

background-color css

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

 a { background-color: rgb(211,26,246); }

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

border-color css

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

 span { border-color: rgb(211,26,246); }

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