Html Css Color HEX #D626F6 Psychedelic Purple

📋 copy color: '#D626F6'

red 214 ◦ green 38 ◦ blue 246

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

Shades of Psychedelic Purple #D626F6

Tints of Psychedelic Purple #D626F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 42.97%
G = 7.63%
B = 49.4%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D626F6 (or 0xD626F6) is known color: Psychedelic Purple. HEX triplet: D6, 26 and F6. RGB value is (214,38,246). Sum of RGB (Red+Green+Blue) = 214+38+246=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 38 (15.23% from 255 or 7.63% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #D626F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626F6 is #29D909. Grayscale: #717171. Windows color (decimal): -2742538 or 16131798. OLE color: 16131798.

HSL color Cylindrical-coordinate representation of color #D626F6: hue angle of 290.77º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D626F6 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 38 246 -
CMYK 0.13 0.85 0 0.04
HSL 290.77º 0.92% 0.56% -
HSV(B) 290.77º 0.85% 0.96% -
XYZ 45.06 22.34 89.13 -
YUV 114.34 202.31 199.09 -
System Red Green Blue C M Y K H S L
Decimal 214 38 246 0.13 0.85 0 0.04 290.77 0.92 0.56
Hex D6 26 F6 D 55 0 4 123 5C 38
Octal 326 46 366 15 125 0 4 443 134 70
Binary 11010110 100110 11110110 1101 1010101 0 100 100100011 1011100 111000

Color Harmonies of #D626F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626F6

Black with #D626F6

Text Example


Text Example

White with #D626F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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