Html Css Color HEX #D627FA Psychedelic Purple

📋 copy color: '#D627FA'

red 214 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D627FA

Tints of Psychedelic Purple #D627FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.75%

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 42.54%
G = 7.75%
B = 49.7%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D627FA (or 0xD627FA) is known color: Psychedelic Purple. HEX triplet: D6, 27 and FA. RGB value is (214,39,250). Sum of RGB (Red+Green+Blue) = 214+39+250=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #D627FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D627FA is #29D805. Grayscale: #727272. Windows color (decimal): -2742278 or 16394198. OLE color: 16394198.

HSL color Cylindrical-coordinate representation of color #D627FA: hue angle of 289.76º degrees, saturation: 0.95, 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 #D627FA is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 39 250 -
CMYK 0.14 0.84 0 0.02
HSL 289.76º 0.95% 0.57% -
HSV(B) 289.76º 0.84% 0.98% -
XYZ 45.71 22.65 92.4 -
YUV 115.38 203.98 198.34 -
System Red Green Blue C M Y K H S L
Decimal 214 39 250 0.14 0.84 0 0.02 289.76 0.95 0.57
Hex D6 27 FA E 54 0 2 122 5F 39
Octal 326 47 372 16 124 0 2 442 137 71
Binary 11010110 100111 11111010 1110 1010100 0 10 100100010 1011111 111001

Color Harmonies of #D627FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627FA

Black with #D627FA

Text Example


Text Example

White with #D627FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627FA; }

 p { color: rgb(214,39,250); }

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

background-color css

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

 a { background-color: rgb(214,39,250); }

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

border-color css

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

 span { border-color: rgb(214,39,250); }

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