Html Css Color HEX #D035FD Psychedelic Purple

📋 copy color: '#D035FD'

red 208 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D035FD

Tints of Psychedelic Purple #D035FD

RGB

 RED value IS 208 (81.64% from 255) = 40.47%

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

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

R = 40.47%
G = 10.31%
B = 49.22%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D035FD (or 0xD035FD) is known color: Psychedelic Purple. HEX triplet: D0, 35 and FD. RGB value is (208,53,253). Sum of RGB (Red+Green+Blue) = 208+53+253=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #D035FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035FD is #2FCA02. Grayscale: #797979. Windows color (decimal): -3131907 or 16594384. OLE color: 16594384.

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

Color convert

RGB 208 53 253 -
CMYK 0.18 0.79 0 0.01
HSL 286.5º 0.98% 0.6% -
HSV(B) 286.5º 0.79% 0.99% -
XYZ 45.02 23.05 95 -
YUV 122.15 201.85 189.24 -
System Red Green Blue C M Y K H S L
Decimal 208 53 253 0.18 0.79 0 0.01 286.5 0.98 0.6
Hex D0 35 FD 12 4F 0 1 11E 62 3C
Octal 320 65 375 22 117 0 1 436 142 74
Binary 11010000 110101 11111101 10010 1001111 0 1 100011110 1100010 111100

Color Harmonies of #D035FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035FD

Black with #D035FD

Text Example


Text Example

White with #D035FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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