Html Css Color HEX #D323FB Psychedelic Purple

📋 copy color: '#D323FB'

red 211 ◦ green 35 ◦ blue 251

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

Shades of Psychedelic Purple #D323FB

Tints of Psychedelic Purple #D323FB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.04%

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

R = 42.45%
G = 7.04%
B = 50.5%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D323FB (or 0xD323FB) is known color: Psychedelic Purple. HEX triplet: D3, 23 and FB. RGB value is (211,35,251). Sum of RGB (Red+Green+Blue) = 211+35+251=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 35 (14.06% from 255 or 7.04% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #D323FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323FB is #2CDC04. Grayscale: #6F6F6F. Windows color (decimal): -2939909 or 16458707. OLE color: 16458707.

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

Color convert

RGB 211 35 251 -
CMYK 0.16 0.86 0 0.02
HSL 288.89º 0.96% 0.56% -
HSV(B) 288.89º 0.86% 0.98% -
XYZ 44.88 22.02 93.15 -
YUV 112.25 206.31 198.44 -
System Red Green Blue C M Y K H S L
Decimal 211 35 251 0.16 0.86 0 0.02 288.89 0.96 0.56
Hex D3 23 FB 10 56 0 2 121 60 38
Octal 323 43 373 20 126 0 2 441 140 70
Binary 11010011 100011 11111011 10000 1010110 0 10 100100001 1100000 111000

Color Harmonies of #D323FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323FB

Black with #D323FB

Text Example


Text Example

White with #D323FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323FB; }

 p { color: rgb(211,35,251); }

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

background-color css

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

 a { background-color: rgb(211,35,251); }

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

border-color css

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

 span { border-color: rgb(211,35,251); }

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