Html Css Color HEX #D528F6 Psychedelic Purple

📋 copy color: '#D528F6'

red 213 ◦ green 40 ◦ blue 246

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

Shades of Psychedelic Purple #D528F6

Tints of Psychedelic Purple #D528F6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.02%

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

R = 42.69%
G = 8.02%
B = 49.3%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D528F6 (or 0xD528F6) is known color: Psychedelic Purple. HEX triplet: D5, 28 and F6. RGB value is (213,40,246). Sum of RGB (Red+Green+Blue) = 213+40+246=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #D528F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528F6 is #2AD709. Grayscale: #727272. Windows color (decimal): -2807562 or 16132309. OLE color: 16132309.

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

Color convert

RGB 213 40 246 -
CMYK 0.13 0.84 0 0.04
HSL 290.39º 0.92% 0.56% -
HSV(B) 290.39º 0.84% 0.96% -
XYZ 44.83 22.32 89.13 -
YUV 115.21 201.81 197.75 -
System Red Green Blue C M Y K H S L
Decimal 213 40 246 0.13 0.84 0 0.04 290.39 0.92 0.56
Hex D5 28 F6 D 54 0 4 122 5C 38
Octal 325 50 366 15 124 0 4 442 134 70
Binary 11010101 101000 11110110 1101 1010100 0 100 100100010 1011100 111000

Color Harmonies of #D528F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528F6

Black with #D528F6

Text Example


Text Example

White with #D528F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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