Html Css Color HEX #D231FA Psychedelic Purple

📋 copy color: '#D231FA'

red 210 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #D231FA

Tints of Psychedelic Purple #D231FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 41.26%
G = 9.63%
B = 49.12%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D231FA (or 0xD231FA) is known color: Psychedelic Purple. HEX triplet: D2, 31 and FA. RGB value is (210,49,250). Sum of RGB (Red+Green+Blue) = 210+49+250=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #D231FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231FA is #2DCE05. Grayscale: #777777. Windows color (decimal): -3001862 or 16396754. OLE color: 16396754.

HSL color Cylindrical-coordinate representation of color #D231FA: hue angle of 288.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D231FA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 49 250 -
CMYK 0.16 0.80 0 0.02
HSL 288.06º 0.95% 0.59% -
HSV(B) 288.06º 0.8% 0.98% -
XYZ 44.93 22.8 92.48 -
YUV 120.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 210 49 250 0.16 0.80 0 0.02 288.06 0.95 0.59
Hex D2 31 FA 10 50 0 2 120 5F 3B
Octal 322 61 372 20 120 0 2 440 137 73
Binary 11010010 110001 11111010 10000 1010000 0 10 100100000 1011111 111011

Color Harmonies of #D231FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231FA

Black with #D231FA

Text Example


Text Example

White with #D231FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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