Html Css Color HEX #D835FB Psychedelic Purple

📋 copy color: '#D835FB'

red 216 ◦ green 53 ◦ blue 251

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

Shades of Psychedelic Purple #D835FB

Tints of Psychedelic Purple #D835FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 41.54%
G = 10.19%
B = 48.27%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D835FB (or 0xD835FB) is known color: Psychedelic Purple. HEX triplet: D8, 35 and FB. RGB value is (216,53,251). Sum of RGB (Red+Green+Blue) = 216+53+251=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 53 (21.09% from 255 or 10.19% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #D835FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D835FB is #27CA04. Grayscale: #7B7B7B. Windows color (decimal): -2607621 or 16463320. OLE color: 16463320.

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

Color convert

RGB 216 53 251 -
CMYK 0.14 0.79 0 0.02
HSL 289.39º 0.96% 0.6% -
HSV(B) 289.39º 0.79% 0.98% -
XYZ 47 24.11 93.44 -
YUV 124.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 216 53 251 0.14 0.79 0 0.02 289.39 0.96 0.6
Hex D8 35 FB E 4F 0 2 121 60 3C
Octal 330 65 373 16 117 0 2 441 140 74
Binary 11011000 110101 11111011 1110 1001111 0 10 100100001 1100000 111100

Color Harmonies of #D835FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835FB

Black with #D835FB

Text Example


Text Example

White with #D835FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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