Html Css Color HEX #D930EE Psychedelic Purple

📋 copy color: '#D930EE'

red 217 ◦ green 48 ◦ blue 238

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

Shades of Psychedelic Purple #D930EE

Tints of Psychedelic Purple #D930EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 43.14%
G = 9.54%
B = 47.32%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D930EE (or 0xD930EE) is known color: Psychedelic Purple. HEX triplet: D9, 30 and EE. RGB value is (217,48,238). Sum of RGB (Red+Green+Blue) = 217+48+238=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #D930EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D930EE is #26CF11. Grayscale: #777777. Windows color (decimal): -2543378 or 15610073. OLE color: 15610073.

HSL color Cylindrical-coordinate representation of color #D930EE: hue angle of 293.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D930EE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 48 238 -
CMYK 0.09 0.80 0 0.07
HSL 293.37º 0.85% 0.56% -
HSV(B) 293.37º 0.8% 0.93% -
XYZ 45.1 23.04 82.96 -
YUV 120.19 194.49 197.05 -
System Red Green Blue C M Y K H S L
Decimal 217 48 238 0.09 0.80 0 0.07 293.37 0.85 0.56
Hex D9 30 EE 9 50 0 7 125 55 38
Octal 331 60 356 11 120 0 7 445 125 70
Binary 11011001 110000 11101110 1001 1010000 0 111 100100101 1010101 111000

Color Harmonies of #D930EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930EE

Black with #D930EE

Text Example


Text Example

White with #D930EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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