Html Css Color HEX #D834FD Psychedelic Purple

📋 copy color: '#D834FD'

red 216 ◦ green 52 ◦ blue 253

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

Shades of Psychedelic Purple #D834FD

Tints of Psychedelic Purple #D834FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.98%

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

R = 41.46%
G = 9.98%
B = 48.56%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D834FD (or 0xD834FD) is known color: Psychedelic Purple. HEX triplet: D8, 34 and FD. RGB value is (216,52,253). Sum of RGB (Red+Green+Blue) = 216+52+253=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D834FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D834FD is #27CB02. Grayscale: #7B7B7B. Windows color (decimal): -2607875 or 16594136. OLE color: 16594136.

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

Color convert

RGB 216 52 253 -
CMYK 0.15 0.79 0 0.01
HSL 288.96º 0.98% 0.6% -
HSV(B) 288.96º 0.79% 0.99% -
XYZ 47.28 24.15 95.1 -
YUV 123.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 216 52 253 0.15 0.79 0 0.01 288.96 0.98 0.6
Hex D8 34 FD F 4F 0 1 121 62 3C
Octal 330 64 375 17 117 0 1 441 142 74
Binary 11011000 110100 11111101 1111 1001111 0 1 100100001 1100010 111100

Color Harmonies of #D834FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D834FD

Black with #D834FD

Text Example


Text Example

White with #D834FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D834FD; }

 p { color: rgb(216,52,253); }

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

background-color css

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

 a { background-color: rgb(216,52,253); }

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

border-color css

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

 span { border-color: rgb(216,52,253); }

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