Html Css Color HEX #D928F6 Psychedelic Purple

📋 copy color: '#D928F6'

red 217 ◦ green 40 ◦ blue 246

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

Shades of Psychedelic Purple #D928F6

Tints of Psychedelic Purple #D928F6

RGB

 RED value IS 217 (85.16% from 255) = 43.14%

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

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

R = 43.14%
G = 7.95%
B = 48.91%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D928F6 (or 0xD928F6) is known color: Psychedelic Purple. HEX triplet: D9, 28 and F6. RGB value is (217,40,246). Sum of RGB (Red+Green+Blue) = 217+40+246=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #D928F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D928F6 is #26D709. Grayscale: #737373. Windows color (decimal): -2545418 or 16132313. OLE color: 16132313.

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

Color convert

RGB 217 40 246 -
CMYK 0.12 0.84 0 0.04
HSL 291.55º 0.92% 0.56% -
HSV(B) 291.55º 0.84% 0.96% -
XYZ 46.01 22.92 89.19 -
YUV 116.41 201.14 199.75 -
System Red Green Blue C M Y K H S L
Decimal 217 40 246 0.12 0.84 0 0.04 291.55 0.92 0.56
Hex D9 28 F6 C 54 0 4 124 5C 38
Octal 331 50 366 14 124 0 4 444 134 70
Binary 11011001 101000 11110110 1100 1010100 0 100 100100100 1011100 111000

Color Harmonies of #D928F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928F6

Black with #D928F6

Text Example


Text Example

White with #D928F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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