Html Css Color HEX #D532F6 Psychedelic Purple

📋 copy color: '#D532F6'

red 213 ◦ green 50 ◦ blue 246

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

Shades of Psychedelic Purple #D532F6

Tints of Psychedelic Purple #D532F6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.82%

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

R = 41.85%
G = 9.82%
B = 48.33%

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

#D532F6 (or 0xD532F6) is known color: Psychedelic Purple. HEX triplet: D5, 32 and F6. RGB value is (213,50,246). Sum of RGB (Red+Green+Blue) = 213+50+246=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #D532F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532F6 is #2ACD09. Grayscale: #787878. Windows color (decimal): -2805002 or 16134869. OLE color: 16134869.

HSL color Cylindrical-coordinate representation of color #D532F6: hue angle of 289.9º 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 #D532F6 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 50 246 -
CMYK 0.13 0.80 0 0.04
HSL 289.9º 0.92% 0.58% -
HSV(B) 289.9º 0.8% 0.96% -
XYZ 45.22 23.08 89.26 -
YUV 121.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 213 50 246 0.13 0.80 0 0.04 289.9 0.92 0.58
Hex D5 32 F6 D 50 0 4 122 5C 3A
Octal 325 62 366 15 120 0 4 442 134 72
Binary 11010101 110010 11110110 1101 1010000 0 100 100100010 1011100 111010

Color Harmonies of #D532F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532F6

Black with #D532F6

Text Example


Text Example

White with #D532F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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