Html Css Color HEX #D335FA Psychedelic Purple

📋 copy color: '#D335FA'

red 211 ◦ green 53 ◦ blue 250

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

Shades of Psychedelic Purple #D335FA

Tints of Psychedelic Purple #D335FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 41.05%
G = 10.31%
B = 48.64%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D335FA (or 0xD335FA) is known color: Psychedelic Purple. HEX triplet: D3, 35 and FA. RGB value is (211,53,250). Sum of RGB (Red+Green+Blue) = 211+53+250=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #D335FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335FA is #2CCA05. Grayscale: #7A7A7A. Windows color (decimal): -2935302 or 16397779. OLE color: 16397779.

HSL color Cylindrical-coordinate representation of color #D335FA: hue angle of 288.12º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D335FA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 53 250 -
CMYK 0.16 0.79 0 0.02
HSL 288.12º 0.95% 0.59% -
HSV(B) 288.12º 0.79% 0.98% -
XYZ 45.39 23.3 92.55 -
YUV 122.7 199.85 190.98 -
System Red Green Blue C M Y K H S L
Decimal 211 53 250 0.16 0.79 0 0.02 288.12 0.95 0.59
Hex D3 35 FA 10 4F 0 2 120 5F 3B
Octal 323 65 372 20 117 0 2 440 137 73
Binary 11010011 110101 11111010 10000 1001111 0 10 100100000 1011111 111011

Color Harmonies of #D335FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335FA

Black with #D335FA

Text Example


Text Example

White with #D335FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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