Html Css Color HEX #D530F6 Psychedelic Purple

📋 copy color: '#D530F6'

red 213 ◦ green 48 ◦ blue 246

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

Shades of Psychedelic Purple #D530F6

Tints of Psychedelic Purple #D530F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.52%

R = 42.01%
G = 9.47%
B = 48.52%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D530F6 (or 0xD530F6) is known color: Psychedelic Purple. HEX triplet: D5, 30 and F6. RGB value is (213,48,246). Sum of RGB (Red+Green+Blue) = 213+48+246=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #D530F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D530F6 is #2ACF09. Grayscale: #777777. Windows color (decimal): -2805514 or 16134357. OLE color: 16134357.

HSL color Cylindrical-coordinate representation of color #D530F6: hue angle of 290º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D530F6 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 48 246 -
CMYK 0.13 0.80 0 0.04
HSL 290º 0.92% 0.58% -
HSV(B) 290º 0.8% 0.96% -
XYZ 45.13 22.91 89.23 -
YUV 119.91 199.16 194.4 -
System Red Green Blue C M Y K H S L
Decimal 213 48 246 0.13 0.80 0 0.04 290 0.92 0.58
Hex D5 30 F6 D 50 0 4 122 5C 3A
Octal 325 60 366 15 120 0 4 442 134 72
Binary 11010101 110000 11110110 1101 1010000 0 100 100100010 1011100 111010

Color Harmonies of #D530F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530F6

Black with #D530F6

Text Example


Text Example

White with #D530F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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