Html Css Color HEX #D732F6 Psychedelic Purple

📋 copy color: '#D732F6'

red 215 ◦ green 50 ◦ blue 246

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

Shades of Psychedelic Purple #D732F6

Tints of Psychedelic Purple #D732F6

RGB

 RED value IS 215 (84.38% from 255) = 42.07%

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

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

R = 42.07%
G = 9.78%
B = 48.14%

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

#D732F6 (or 0xD732F6) is known color: Psychedelic Purple. HEX triplet: D7, 32 and F6. RGB value is (215,50,246). Sum of RGB (Red+Green+Blue) = 215+50+246=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #D732F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D732F6 is #28CD09. Grayscale: #797979. Windows color (decimal): -2673930 or 16134871. OLE color: 16134871.

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

Color convert

RGB 215 50 246 -
CMYK 0.13 0.80 0 0.04
HSL 290.51º 0.92% 0.58% -
HSV(B) 290.51º 0.8% 0.96% -
XYZ 45.8 23.38 89.29 -
YUV 121.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 215 50 246 0.13 0.80 0 0.04 290.51 0.92 0.58
Hex D7 32 F6 D 50 0 4 123 5C 3A
Octal 327 62 366 15 120 0 4 443 134 72
Binary 11010111 110010 11110110 1101 1010000 0 100 100100011 1011100 111010

Color Harmonies of #D732F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D732F6

Black with #D732F6

Text Example


Text Example

White with #D732F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D732F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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