Html Css Color HEX #D830FA Psychedelic Purple

📋 copy color: '#D830FA'

red 216 ◦ green 48 ◦ blue 250

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

Shades of Psychedelic Purple #D830FA

Tints of Psychedelic Purple #D830FA

RGB

 RED value IS 216 (84.77% from 255) = 42.02%

 GREEN value IS 48 (19.14% from 255) = 9.34%

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

R = 42.02%
G = 9.34%
B = 48.64%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D830FA (or 0xD830FA) is known color: Psychedelic Purple. HEX triplet: D8, 30 and FA. RGB value is (216,48,250). Sum of RGB (Red+Green+Blue) = 216+48+250=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #D830FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D830FA is #27CF05. Grayscale: #787878. Windows color (decimal): -2608902 or 16396504. OLE color: 16396504.

HSL color Cylindrical-coordinate representation of color #D830FA: hue angle of 289.9º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D830FA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 48 250 -
CMYK 0.14 0.81 0 0.02
HSL 289.9º 0.95% 0.58% -
HSV(B) 289.9º 0.81% 0.98% -
XYZ 46.63 23.61 92.54 -
YUV 121.26 200.66 195.57 -
System Red Green Blue C M Y K H S L
Decimal 216 48 250 0.14 0.81 0 0.02 289.9 0.95 0.58
Hex D8 30 FA E 51 0 2 122 5F 3A
Octal 330 60 372 16 121 0 2 442 137 72
Binary 11011000 110000 11111010 1110 1010001 0 10 100100010 1011111 111010

Color Harmonies of #D830FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830FA

Black with #D830FA

Text Example


Text Example

White with #D830FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830FA; }

 p { color: rgb(216,48,250); }

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

background-color css

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

 a { background-color: rgb(216,48,250); }

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

border-color css

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

 span { border-color: rgb(216,48,250); }

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