Html Css Color HEX #D628FB Psychedelic Purple

📋 copy color: '#D628FB'

red 214 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #D628FB

Tints of Psychedelic Purple #D628FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 42.38%
G = 7.92%
B = 49.7%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D628FB (or 0xD628FB) is known color: Psychedelic Purple. HEX triplet: D6, 28 and FB. RGB value is (214,40,251). Sum of RGB (Red+Green+Blue) = 214+40+251=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 40 (16.02% from 255 or 7.92% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #D628FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628FB is #29D704. Grayscale: #737373. Windows color (decimal): -2742021 or 16459990. OLE color: 16459990.

HSL color Cylindrical-coordinate representation of color #D628FB: hue angle of 289.48º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D628FB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 40 251 -
CMYK 0.15 0.84 0 0.02
HSL 289.48º 0.96% 0.57% -
HSV(B) 289.48º 0.84% 0.98% -
XYZ 45.9 22.78 93.24 -
YUV 116.08 204.15 197.84 -
System Red Green Blue C M Y K H S L
Decimal 214 40 251 0.15 0.84 0 0.02 289.48 0.96 0.57
Hex D6 28 FB F 54 0 2 121 60 39
Octal 326 50 373 17 124 0 2 441 140 71
Binary 11010110 101000 11111011 1111 1010100 0 10 100100001 1100000 111001

Color Harmonies of #D628FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628FB

Black with #D628FB

Text Example


Text Example

White with #D628FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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