Html Css Color HEX #D935FD Psychedelic Purple

📋 copy color: '#D935FD'

red 217 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D935FD

Tints of Psychedelic Purple #D935FD

RGB

 RED value IS 217 (85.16% from 255) = 41.49%

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

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

R = 41.49%
G = 10.13%
B = 48.37%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D935FD (or 0xD935FD) is known color: Psychedelic Purple. HEX triplet: D9, 35 and FD. RGB value is (217,53,253). Sum of RGB (Red+Green+Blue) = 217+53+253=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 53 (21.09% from 255 or 10.13% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #D935FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D935FD is #26CA02. Grayscale: #7C7C7C. Windows color (decimal): -2542083 or 16594393. OLE color: 16594393.

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

Color convert

RGB 217 53 253 -
CMYK 0.14 0.79 0 0.01
HSL 289.2º 0.98% 0.6% -
HSV(B) 289.2º 0.79% 0.99% -
XYZ 47.62 24.39 95.13 -
YUV 124.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 217 53 253 0.14 0.79 0 0.01 289.2 0.98 0.6
Hex D9 35 FD E 4F 0 1 121 62 3C
Octal 331 65 375 16 117 0 1 441 142 74
Binary 11011001 110101 11111101 1110 1001111 0 1 100100001 1100010 111100

Color Harmonies of #D935FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935FD

Black with #D935FD

Text Example


Text Example

White with #D935FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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