Html Css Color HEX #D930F2 Psychedelic Purple

📋 copy color: '#D930F2'

red 217 ◦ green 48 ◦ blue 242

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

Shades of Psychedelic Purple #D930F2

Tints of Psychedelic Purple #D930F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 42.8%
G = 9.47%
B = 47.73%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D930F2 (or 0xD930F2) is known color: Psychedelic Purple. HEX triplet: D9, 30 and F2. RGB value is (217,48,242). Sum of RGB (Red+Green+Blue) = 217+48+242=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #D930F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D930F2 is #26CF0D. Grayscale: #787878. Windows color (decimal): -2543374 or 15872217. OLE color: 15872217.

HSL color Cylindrical-coordinate representation of color #D930F2: hue angle of 292.27º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D930F2 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 48 242 -
CMYK 0.10 0.80 0 0.05
HSL 292.27º 0.88% 0.57% -
HSV(B) 292.27º 0.8% 0.95% -
XYZ 45.7 23.28 86.09 -
YUV 120.65 196.49 196.73 -
System Red Green Blue C M Y K H S L
Decimal 217 48 242 0.10 0.80 0 0.05 292.27 0.88 0.57
Hex D9 30 F2 A 50 0 5 124 58 39
Octal 331 60 362 12 120 0 5 444 130 71
Binary 11011001 110000 11110010 1010 1010000 0 101 100100100 1011000 111001

Color Harmonies of #D930F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930F2

Black with #D930F2

Text Example


Text Example

White with #D930F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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