Html Css Color HEX #D838FE Psychedelic Purple

📋 copy color: '#D838FE'

red 216 ◦ green 56 ◦ blue 254

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

Shades of Psychedelic Purple #D838FE

Tints of Psychedelic Purple #D838FE

RGB

 RED value IS 216 (84.77% from 255) = 41.06%

 GREEN value IS 56 (22.27% from 255) = 10.65%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 41.06%
G = 10.65%
B = 48.29%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D838FE (or 0xD838FE) is known color: Psychedelic Purple. HEX triplet: D8, 38 and FE. RGB value is (216,56,254). Sum of RGB (Red+Green+Blue) = 216+56+254=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 56 (22.27% from 255 or 10.65% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #D838FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D838FE is #27C701. Grayscale: #7D7D7D. Windows color (decimal): -2606850 or 16660696. OLE color: 16660696.

HSL color Cylindrical-coordinate representation of color #D838FE: hue angle of 288.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D838FE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 56 254 -
CMYK 0.15 0.78 0 0.00
HSL 288.48º 0.99% 0.61% -
HSV(B) 288.48º 0.78% 1% -
XYZ 47.62 24.58 96 -
YUV 126.41 200.01 191.9 -
System Red Green Blue C M Y K H S L
Decimal 216 56 254 0.15 0.78 0 0.00 288.48 0.99 0.61
Hex D8 38 FE F 4E 0 0 120 63 3D
Octal 330 70 376 17 116 0 0 440 143 75
Binary 11011000 111000 11111110 1111 1001110 0 0 100100000 1100011 111101

Color Harmonies of #D838FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838FE

Black with #D838FE

Text Example


Text Example

White with #D838FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838FE; }

 p { color: rgb(216,56,254); }

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

background-color css

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

 a { background-color: rgb(216,56,254); }

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

border-color css

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

 span { border-color: rgb(216,56,254); }

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