Html Css Color HEX #D426FF Psychedelic Purple

📋 copy color: '#D426FF'

red 212 ◦ green 38 ◦ blue 255

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

Shades of Psychedelic Purple #D426FF

Tints of Psychedelic Purple #D426FF

RGB

 RED value IS 212 (83.2% from 255) = 41.98%

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

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

R = 41.98%
G = 7.52%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D426FF (or 0xD426FF) is known color: Psychedelic Purple. HEX triplet: D4, 26 and FF. RGB value is (212,38,255). Sum of RGB (Red+Green+Blue) = 212+38+255=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 38 (15.23% from 255 or 7.52% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #D426FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426FF is #2BD900. Grayscale: #727272. Windows color (decimal): -2873601 or 16721620. OLE color: 16721620.

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

Color convert

RGB 212 38 255 -
CMYK 0.17 0.85 0 0
HSL 288.11º 1% 0.57% -
HSV(B) 288.11º 0.85% 1% -
XYZ 45.89 22.6 96.55 -
YUV 114.76 207.15 197.36 -
System Red Green Blue C M Y K H S L
Decimal 212 38 255 0.17 0.85 0 0 288.11 1 0.57
Hex D4 26 FF 11 55 0 0 120 64 39
Octal 324 46 377 21 125 0 0 440 144 71
Binary 11010100 100110 11111111 10001 1010101 0 0 100100000 1100100 111001

Color Harmonies of #D426FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426FF

Black with #D426FF

Text Example


Text Example

White with #D426FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426FF; }

 p { color: rgb(212,38,255); }

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

background-color css

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

 a { background-color: rgb(212,38,255); }

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

border-color css

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

 span { border-color: rgb(212,38,255); }

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