Html Css Color HEX #D627FD Psychedelic Purple

📋 copy color: '#D627FD'

red 214 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #D627FD

Tints of Psychedelic Purple #D627FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 42.29%
G = 7.71%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D627FD (or 0xD627FD) is known color: Psychedelic Purple. HEX triplet: D6, 27 and FD. RGB value is (214,39,253). Sum of RGB (Red+Green+Blue) = 214+39+253=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #D627FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D627FD is #29D802. Grayscale: #737373. Windows color (decimal): -2742275 or 16590806. OLE color: 16590806.

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

Color convert

RGB 214 39 253 -
CMYK 0.15 0.85 0 0.01
HSL 289.07º 0.98% 0.57% -
HSV(B) 289.07º 0.85% 0.99% -
XYZ 46.19 22.84 94.9 -
YUV 115.72 205.48 198.1 -
System Red Green Blue C M Y K H S L
Decimal 214 39 253 0.15 0.85 0 0.01 289.07 0.98 0.57
Hex D6 27 FD F 55 0 1 121 62 39
Octal 326 47 375 17 125 0 1 441 142 71
Binary 11010110 100111 11111101 1111 1010101 0 1 100100001 1100010 111001

Color Harmonies of #D627FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627FD

Black with #D627FD

Text Example


Text Example

White with #D627FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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