Html Css Color HEX #D835FD Psychedelic Purple

📋 copy color: '#D835FD'

red 216 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D835FD

Tints of Psychedelic Purple #D835FD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.15%

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

R = 41.38%
G = 10.15%
B = 48.47%

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

#D835FD (or 0xD835FD) is known color: Psychedelic Purple. HEX triplet: D8, 35 and FD. RGB value is (216,53,253). Sum of RGB (Red+Green+Blue) = 216+53+253=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 53 (21.09% from 255 or 10.15% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #D835FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D835FD is #27CA02. Grayscale: #7B7B7B. Windows color (decimal): -2607619 or 16594392. OLE color: 16594392.

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

Color convert

RGB 216 53 253 -
CMYK 0.15 0.79 0 0.01
HSL 288.9º 0.98% 0.6% -
HSV(B) 288.9º 0.79% 0.99% -
XYZ 47.32 24.24 95.11 -
YUV 124.54 200.5 193.24 -
System Red Green Blue C M Y K H S L
Decimal 216 53 253 0.15 0.79 0 0.01 288.9 0.98 0.6
Hex D8 35 FD F 4F 0 1 121 62 3C
Octal 330 65 375 17 117 0 1 441 142 74
Binary 11011000 110101 11111101 1111 1001111 0 1 100100001 1100010 111100

Color Harmonies of #D835FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835FD

Black with #D835FD

Text Example


Text Example

White with #D835FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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