Html Css Color HEX #D628F8 Psychedelic Purple

📋 copy color: '#D628F8'

red 214 ◦ green 40 ◦ blue 248

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

Shades of Psychedelic Purple #D628F8

Tints of Psychedelic Purple #D628F8

RGB

 RED value IS 214 (83.98% from 255) = 42.63%

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

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 42.63%
G = 7.97%
B = 49.4%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D628F8 (or 0xD628F8) is known color: Psychedelic Purple. HEX triplet: D6, 28 and F8. RGB value is (214,40,248). Sum of RGB (Red+Green+Blue) = 214+40+248=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 40 (16.02% from 255 or 7.97% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #D628F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628F8 is #29D707. Grayscale: #737373. Windows color (decimal): -2742024 or 16263382. OLE color: 16263382.

HSL color Cylindrical-coordinate representation of color #D628F8: hue angle of 290.19º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D628F8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 40 248 -
CMYK 0.14 0.84 0 0.03
HSL 290.19º 0.94% 0.56% -
HSV(B) 290.19º 0.84% 0.97% -
XYZ 45.43 22.59 90.77 -
YUV 115.74 202.65 198.09 -
System Red Green Blue C M Y K H S L
Decimal 214 40 248 0.14 0.84 0 0.03 290.19 0.94 0.56
Hex D6 28 F8 E 54 0 3 122 5E 38
Octal 326 50 370 16 124 0 3 442 136 70
Binary 11010110 101000 11111000 1110 1010100 0 11 100100010 1011110 111000

Color Harmonies of #D628F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628F8

Black with #D628F8

Text Example


Text Example

White with #D628F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628F8; }

 p { color: rgb(214,40,248); }

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

background-color css

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

 a { background-color: rgb(214,40,248); }

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

border-color css

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

 span { border-color: rgb(214,40,248); }

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