Html Css Color HEX #D935FB Psychedelic Purple

📋 copy color: '#D935FB'

red 217 ◦ green 53 ◦ blue 251

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

Shades of Psychedelic Purple #D935FB

Tints of Psychedelic Purple #D935FB

RGB

 RED value IS 217 (85.16% from 255) = 41.65%

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

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

R = 41.65%
G = 10.17%
B = 48.18%

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

#D935FB (or 0xD935FB) is known color: Psychedelic Purple. HEX triplet: D9, 35 and FB. RGB value is (217,53,251). Sum of RGB (Red+Green+Blue) = 217+53+251=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 53 (21.09% from 255 or 10.17% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #D935FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D935FB is #26CA04. Grayscale: #7B7B7B. Windows color (decimal): -2542085 or 16463321. OLE color: 16463321.

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

Color convert

RGB 217 53 251 -
CMYK 0.14 0.79 0 0.02
HSL 289.7º 0.96% 0.6% -
HSV(B) 289.7º 0.79% 0.98% -
XYZ 47.3 24.26 93.46 -
YUV 124.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 217 53 251 0.14 0.79 0 0.02 289.7 0.96 0.6
Hex D9 35 FB E 4F 0 2 122 60 3C
Octal 331 65 373 16 117 0 2 442 140 74
Binary 11011001 110101 11111011 1110 1001111 0 10 100100010 1100000 111100

Color Harmonies of #D935FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D935FB

Black with #D935FB

Text Example


Text Example

White with #D935FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D935FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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