Html Css Color HEX #D335FF Psychedelic Purple

📋 copy color: '#D335FF'

red 211 ◦ green 53 ◦ blue 255

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

Shades of Psychedelic Purple #D335FF

Tints of Psychedelic Purple #D335FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 40.66%
G = 10.21%
B = 49.13%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D335FF (or 0xD335FF) is known color: Psychedelic Purple. HEX triplet: D3, 35 and FF. RGB value is (211,53,255). Sum of RGB (Red+Green+Blue) = 211+53+255=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #D335FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335FF is #2CCA00. Grayscale: #7A7A7A. Windows color (decimal): -2935297 or 16725459. OLE color: 16725459.

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

Color convert

RGB 211 53 255 -
CMYK 0.17 0.79 0 0
HSL 286.93º 1% 0.6% -
HSV(B) 286.93º 0.79% 1% -
XYZ 46.19 23.62 96.73 -
YUV 123.27 202.35 190.57 -
System Red Green Blue C M Y K H S L
Decimal 211 53 255 0.17 0.79 0 0 286.93 1 0.6
Hex D3 35 FF 11 4F 0 0 11F 64 3C
Octal 323 65 377 21 117 0 0 437 144 74
Binary 11010011 110101 11111111 10001 1001111 0 0 100011111 1100100 111100

Color Harmonies of #D335FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335FF

Black with #D335FF

Text Example


Text Example

White with #D335FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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