Html Css Color HEX #D930FD Psychedelic Purple

📋 copy color: '#D930FD'

red 217 ◦ green 48 ◦ blue 253

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

Shades of Psychedelic Purple #D930FD

Tints of Psychedelic Purple #D930FD

RGB

 RED value IS 217 (85.16% from 255) = 41.89%

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

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

R = 41.89%
G = 9.27%
B = 48.84%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D930FD (or 0xD930FD) is known color: Psychedelic Purple. HEX triplet: D9, 30 and FD. RGB value is (217,48,253). Sum of RGB (Red+Green+Blue) = 217+48+253=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #D930FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D930FD is #26CF02. Grayscale: #797979. Windows color (decimal): -2543363 or 16593113. OLE color: 16593113.

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

Color convert

RGB 217 48 253 -
CMYK 0.14 0.81 0 0.01
HSL 289.46º 0.98% 0.59% -
HSV(B) 289.46º 0.81% 0.99% -
XYZ 47.4 23.96 95.05 -
YUV 121.9 201.99 195.83 -
System Red Green Blue C M Y K H S L
Decimal 217 48 253 0.14 0.81 0 0.01 289.46 0.98 0.59
Hex D9 30 FD E 51 0 1 121 62 3B
Octal 331 60 375 16 121 0 1 441 142 73
Binary 11011001 110000 11111101 1110 1010001 0 1 100100001 1100010 111011

Color Harmonies of #D930FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930FD

Black with #D930FD

Text Example


Text Example

White with #D930FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930FD; }

 p { color: rgb(217,48,253); }

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

background-color css

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

 a { background-color: rgb(217,48,253); }

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

border-color css

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

 span { border-color: rgb(217,48,253); }

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