Html Css Color HEX #D231FF Psychedelic Purple

📋 copy color: '#D231FF'

red 210 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #D231FF

Tints of Psychedelic Purple #D231FF

RGB

 RED value IS 210 (82.42% from 255) = 40.86%

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 40.86%
G = 9.53%
B = 49.61%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D231FF (or 0xD231FF) is known color: Psychedelic Purple. HEX triplet: D2, 31 and FF. RGB value is (210,49,255). Sum of RGB (Red+Green+Blue) = 210+49+255=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #D231FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231FF is #2DCE00. Grayscale: #777777. Windows color (decimal): -3001857 or 16724434. OLE color: 16724434.

HSL color Cylindrical-coordinate representation of color #D231FF: hue angle of 286.89º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D231FF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 49 255 -
CMYK 0.18 0.81 0 0
HSL 286.89º 1% 0.6% -
HSV(B) 286.89º 0.81% 1% -
XYZ 45.73 23.12 96.66 -
YUV 120.62 203.84 191.75 -
System Red Green Blue C M Y K H S L
Decimal 210 49 255 0.18 0.81 0 0 286.89 1 0.6
Hex D2 31 FF 12 51 0 0 11F 64 3C
Octal 322 61 377 22 121 0 0 437 144 74
Binary 11010010 110001 11111111 10010 1010001 0 0 100011111 1100100 111100

Color Harmonies of #D231FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231FF

Black with #D231FF

Text Example


Text Example

White with #D231FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231FF; }

 p { color: rgb(210,49,255); }

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

background-color css

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

 a { background-color: rgb(210,49,255); }

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

border-color css

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

 span { border-color: rgb(210,49,255); }

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