Html Css Color HEX #D335FE Psychedelic Purple

📋 copy color: '#D335FE'

red 211 ◦ green 53 ◦ blue 254

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

Shades of Psychedelic Purple #D335FE

Tints of Psychedelic Purple #D335FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 40.73%
G = 10.23%
B = 49.03%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D335FE (or 0xD335FE) is known color: Psychedelic Purple. HEX triplet: D3, 35 and FE. RGB value is (211,53,254). Sum of RGB (Red+Green+Blue) = 211+53+254=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #D335FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335FE is #2CCA01. Grayscale: #7A7A7A. Windows color (decimal): -2935298 or 16659923. OLE color: 16659923.

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

Color convert

RGB 211 53 254 -
CMYK 0.17 0.79 0 0.00
HSL 287.16º 0.99% 0.6% -
HSV(B) 287.16º 0.79% 1% -
XYZ 46.03 23.55 95.89 -
YUV 123.16 201.85 190.66 -
System Red Green Blue C M Y K H S L
Decimal 211 53 254 0.17 0.79 0 0.00 287.16 0.99 0.6
Hex D3 35 FE 11 4F 0 0 11F 63 3C
Octal 323 65 376 21 117 0 0 437 143 74
Binary 11010011 110101 11111110 10001 1001111 0 0 100011111 1100011 111100

Color Harmonies of #D335FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335FE

Black with #D335FE

Text Example


Text Example

White with #D335FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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