Html Css Color HEX #D626FD Psychedelic Purple

📋 copy color: '#D626FD'

red 214 ◦ green 38 ◦ blue 253

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

Shades of Psychedelic Purple #D626FD

Tints of Psychedelic Purple #D626FD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.52%

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

R = 42.38%
G = 7.52%
B = 50.1%

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

#D626FD (or 0xD626FD) is known color: Psychedelic Purple. HEX triplet: D6, 26 and FD. RGB value is (214,38,253). Sum of RGB (Red+Green+Blue) = 214+38+253=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 38 (15.23% from 255 or 7.52% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #D626FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626FD is #29D902. Grayscale: #727272. Windows color (decimal): -2742531 or 16590550. OLE color: 16590550.

HSL color Cylindrical-coordinate representation of color #D626FD: hue angle of 289.12º 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 #D626FD is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 38 253 -
CMYK 0.15 0.85 0 0.01
HSL 289.12º 0.98% 0.57% -
HSV(B) 289.12º 0.85% 0.99% -
XYZ 46.15 22.77 94.89 -
YUV 115.13 205.81 198.52 -
System Red Green Blue C M Y K H S L
Decimal 214 38 253 0.15 0.85 0 0.01 289.12 0.98 0.57
Hex D6 26 FD F 55 0 1 121 62 39
Octal 326 46 375 17 125 0 1 441 142 71
Binary 11010110 100110 11111101 1111 1010101 0 1 100100001 1100010 111001

Color Harmonies of #D626FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626FD

Black with #D626FD

Text Example


Text Example

White with #D626FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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