Html Css Color HEX #D835FF Psychedelic Purple

📋 copy color: '#D835FF'

red 216 ◦ green 53 ◦ blue 255

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

Shades of Psychedelic Purple #D835FF

Tints of Psychedelic Purple #D835FF

RGB

 RED value IS 216 (84.77% from 255) = 41.22%

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

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

R = 41.22%
G = 10.11%
B = 48.66%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D835FF (or 0xD835FF) is known color: Psychedelic Purple. HEX triplet: D8, 35 and FF. RGB value is (216,53,255). Sum of RGB (Red+Green+Blue) = 216+53+255=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 53 (21.09% from 255 or 10.11% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #D835FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D835FF is #27CA00. Grayscale: #7C7C7C. Windows color (decimal): -2607617 or 16725464. OLE color: 16725464.

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

Color convert

RGB 216 53 255 -
CMYK 0.15 0.79 0 0
HSL 288.42º 1% 0.6% -
HSV(B) 288.42º 0.79% 1% -
XYZ 47.64 24.37 96.8 -
YUV 124.77 201.5 193.07 -
System Red Green Blue C M Y K H S L
Decimal 216 53 255 0.15 0.79 0 0 288.42 1 0.6
Hex D8 35 FF F 4F 0 0 120 64 3C
Octal 330 65 377 17 117 0 0 440 144 74
Binary 11011000 110101 11111111 1111 1001111 0 0 100100000 1100100 111100

Color Harmonies of #D835FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835FF

Black with #D835FF

Text Example


Text Example

White with #D835FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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