Html Css Color HEX #D335FD Psychedelic Purple

📋 copy color: '#D335FD'

red 211 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #D335FD

Tints of Psychedelic Purple #D335FD

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

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

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

R = 40.81%
G = 10.25%
B = 48.94%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D335FD (or 0xD335FD) is known color: Psychedelic Purple. HEX triplet: D3, 35 and FD. RGB value is (211,53,253). Sum of RGB (Red+Green+Blue) = 211+53+253=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 53 (21.09% from 255 or 10.25% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #D335FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335FD is #2CCA02. Grayscale: #7A7A7A. Windows color (decimal): -2935299 or 16594387. OLE color: 16594387.

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

Color convert

RGB 211 53 253 -
CMYK 0.17 0.79 0 0.01
HSL 287.4º 0.98% 0.6% -
HSV(B) 287.4º 0.79% 0.99% -
XYZ 45.87 23.49 95.04 -
YUV 123.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 211 53 253 0.17 0.79 0 0.01 287.4 0.98 0.6
Hex D3 35 FD 11 4F 0 1 11F 62 3C
Octal 323 65 375 21 117 0 1 437 142 74
Binary 11010011 110101 11111101 10001 1001111 0 1 100011111 1100010 111100

Color Harmonies of #D335FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335FD

Black with #D335FD

Text Example


Text Example

White with #D335FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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