Html Css Color HEX #D132FD Psychedelic Purple

📋 copy color: '#D132FD'

red 209 ◦ green 50 ◦ blue 253

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

Shades of Psychedelic Purple #D132FD

Tints of Psychedelic Purple #D132FD

RGB

 RED value IS 209 (82.03% from 255) = 40.82%

 GREEN value IS 50 (19.92% from 255) = 9.77%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 40.82%
G = 9.77%
B = 49.41%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D132FD (or 0xD132FD) is known color: Psychedelic Purple. HEX triplet: D1, 32 and FD. RGB value is (209,50,253). Sum of RGB (Red+Green+Blue) = 209+50+253=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #D132FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132FD is #2ECD02. Grayscale: #787878. Windows color (decimal): -3067139 or 16593617. OLE color: 16593617.

HSL color Cylindrical-coordinate representation of color #D132FD: hue angle of 287º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D132FD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 50 253 -
CMYK 0.17 0.80 0 0.01
HSL 287º 0.98% 0.59% -
HSV(B) 287º 0.8% 0.99% -
XYZ 45.16 22.93 94.97 -
YUV 120.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 209 50 253 0.17 0.80 0 0.01 287 0.98 0.59
Hex D1 32 FD 11 50 0 1 11F 62 3B
Octal 321 62 375 21 120 0 1 437 142 73
Binary 11010001 110010 11111101 10001 1010000 0 1 100011111 1100010 111011

Color Harmonies of #D132FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132FD

Black with #D132FD

Text Example


Text Example

White with #D132FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132FD; }

 p { color: rgb(209,50,253); }

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

background-color css

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

 a { background-color: rgb(209,50,253); }

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

border-color css

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

 span { border-color: rgb(209,50,253); }

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