Html Css Color HEX #D628F3 Psychedelic Purple

📋 copy color: '#D628F3'

red 214 ◦ green 40 ◦ blue 243

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

Shades of Psychedelic Purple #D628F3

Tints of Psychedelic Purple #D628F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.89%

R = 43.06%
G = 8.05%
B = 48.89%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D628F3 (or 0xD628F3) is known color: Psychedelic Purple. HEX triplet: D6, 28 and F3. RGB value is (214,40,243). Sum of RGB (Red+Green+Blue) = 214+40+243=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #D628F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628F3 is #29D70C. Grayscale: #727272. Windows color (decimal): -2742029 or 15935702. OLE color: 15935702.

HSL color Cylindrical-coordinate representation of color #D628F3: hue angle of 291.43º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D628F3 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 40 243 -
CMYK 0.12 0.84 0 0.05
HSL 291.43º 0.89% 0.55% -
HSV(B) 291.43º 0.84% 0.95% -
XYZ 44.67 22.28 86.74 -
YUV 115.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 214 40 243 0.12 0.84 0 0.05 291.43 0.89 0.55
Hex D6 28 F3 C 54 0 5 123 59 37
Octal 326 50 363 14 124 0 5 443 131 67
Binary 11010110 101000 11110011 1100 1010100 0 101 100100011 1011001 110111

Color Harmonies of #D628F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628F3

Black with #D628F3

Text Example


Text Example

White with #D628F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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