Html Css Color HEX #D31AFD Psychedelic Purple

📋 copy color: '#D31AFD'

red 211 ◦ green 26 ◦ blue 253

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

Shades of Psychedelic Purple #D31AFD

Tints of Psychedelic Purple #D31AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 43.06%
G = 5.31%
B = 51.63%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D31AFD (or 0xD31AFD) is known color: Psychedelic Purple. HEX triplet: D3, 1A and FD. RGB value is (211,26,253). Sum of RGB (Red+Green+Blue) = 211+26+253=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #D31AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AFD is #2CE502. Grayscale: #6A6A6A. Windows color (decimal): -2942211 or 16587475. OLE color: 16587475.

HSL color Cylindrical-coordinate representation of color #D31AFD: hue angle of 288.9º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31AFD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 26 253 -
CMYK 0.17 0.90 0 0.01
HSL 288.9º 0.98% 0.55% -
HSV(B) 288.9º 0.9% 0.99% -
XYZ 44.96 21.68 94.74 -
YUV 107.19 210.29 202.04 -
System Red Green Blue C M Y K H S L
Decimal 211 26 253 0.17 0.90 0 0.01 288.9 0.98 0.55
Hex D3 1A FD 11 5A 0 1 121 62 37
Octal 323 32 375 21 132 0 1 441 142 67
Binary 11010011 11010 11111101 10001 1011010 0 1 100100001 1100010 110111

Color Harmonies of #D31AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AFD

Black with #D31AFD

Text Example


Text Example

White with #D31AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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