Html Css Color HEX #D627FF Psychedelic Purple

📋 copy color: '#D627FF'

red 214 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #D627FF

Tints of Psychedelic Purple #D627FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 42.13%
G = 7.68%
B = 50.2%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D627FF (or 0xD627FF) is known color: Psychedelic Purple. HEX triplet: D6, 27 and FF. RGB value is (214,39,255). Sum of RGB (Red+Green+Blue) = 214+39+255=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 39 (15.62% from 255 or 7.68% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #D627FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D627FF is #29D800. Grayscale: #737373. Windows color (decimal): -2742273 or 16721878. OLE color: 16721878.

HSL color Cylindrical-coordinate representation of color #D627FF: hue angle of 288.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D627FF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 39 255 -
CMYK 0.16 0.85 0 0
HSL 288.61º 1% 0.58% -
HSV(B) 288.61º 0.85% 1% -
XYZ 46.51 22.97 96.59 -
YUV 115.95 206.48 197.94 -
System Red Green Blue C M Y K H S L
Decimal 214 39 255 0.16 0.85 0 0 288.61 1 0.58
Hex D6 27 FF 10 55 0 0 121 64 3A
Octal 326 47 377 20 125 0 0 441 144 72
Binary 11010110 100111 11111111 10000 1010101 0 0 100100001 1100100 111010

Color Harmonies of #D627FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627FF

Black with #D627FF

Text Example


Text Example

White with #D627FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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