Html Css Color HEX #D530EF Psychedelic Purple

📋 copy color: '#D530EF'

red 213 ◦ green 48 ◦ blue 239

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

Shades of Psychedelic Purple #D530EF

Tints of Psychedelic Purple #D530EF

RGB

 RED value IS 213 (83.59% from 255) = 42.6%

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 42.6%
G = 9.6%
B = 47.8%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D530EF (or 0xD530EF) is known color: Psychedelic Purple. HEX triplet: D5, 30 and EF. RGB value is (213,48,239). Sum of RGB (Red+Green+Blue) = 213+48+239=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #D530EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D530EF is #2ACF10. Grayscale: #767676. Windows color (decimal): -2805521 or 15675605. OLE color: 15675605.

HSL color Cylindrical-coordinate representation of color #D530EF: hue angle of 291.83º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D530EF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 48 239 -
CMYK 0.11 0.80 0 0.06
HSL 291.83º 0.86% 0.56% -
HSV(B) 291.83º 0.8% 0.94% -
XYZ 44.08 22.49 83.68 -
YUV 119.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 213 48 239 0.11 0.80 0 0.06 291.83 0.86 0.56
Hex D5 30 EF B 50 0 6 124 56 38
Octal 325 60 357 13 120 0 6 444 126 70
Binary 11010101 110000 11101111 1011 1010000 0 110 100100100 1010110 111000

Color Harmonies of #D530EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530EF

Black with #D530EF

Text Example


Text Example

White with #D530EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530EF; }

 p { color: rgb(213,48,239); }

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

background-color css

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

 a { background-color: rgb(213,48,239); }

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

border-color css

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

 span { border-color: rgb(213,48,239); }

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