Html Css Color HEX #D530ED Psychedelic Purple

📋 copy color: '#D530ED'

red 213 ◦ green 48 ◦ blue 237

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

Shades of Psychedelic Purple #D530ED

Tints of Psychedelic Purple #D530ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 42.77%
G = 9.64%
B = 47.59%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D530ED (or 0xD530ED) is known color: Psychedelic Purple. HEX triplet: D5, 30 and ED. RGB value is (213,48,237). Sum of RGB (Red+Green+Blue) = 213+48+237=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #D530ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D530ED is #2ACF12. Grayscale: #767676. Windows color (decimal): -2805523 or 15544533. OLE color: 15544533.

HSL color Cylindrical-coordinate representation of color #D530ED: hue angle of 292.38º degrees, saturation: 0.84, 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 #D530ED is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 48 237 -
CMYK 0.10 0.80 0 0.07
HSL 292.38º 0.84% 0.56% -
HSV(B) 292.38º 0.8% 0.93% -
XYZ 43.78 22.37 82.13 -
YUV 118.88 194.66 195.13 -
System Red Green Blue C M Y K H S L
Decimal 213 48 237 0.10 0.80 0 0.07 292.38 0.84 0.56
Hex D5 30 ED A 50 0 7 124 54 38
Octal 325 60 355 12 120 0 7 444 124 70
Binary 11010101 110000 11101101 1010 1010000 0 111 100100100 1010100 111000

Color Harmonies of #D530ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530ED

Black with #D530ED

Text Example


Text Example

White with #D530ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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