Html Css Color HEX #D033FD Psychedelic Purple

📋 copy color: '#D033FD'

red 208 ◦ green 51 ◦ blue 253

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

Shades of Psychedelic Purple #D033FD

Tints of Psychedelic Purple #D033FD

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

 GREEN value IS 51 (20.31% from 255) = 9.96%

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

R = 40.63%
G = 9.96%
B = 49.41%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D033FD (or 0xD033FD) is known color: Psychedelic Purple. HEX triplet: D0, 33 and FD. RGB value is (208,51,253). Sum of RGB (Red+Green+Blue) = 208+51+253=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 51 (20.31% from 255 or 9.96% 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 #D033FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033FD is #2FCC02. Grayscale: #787878. Windows color (decimal): -3132419 or 16593872. OLE color: 16593872.

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

Color convert

RGB 208 51 253 -
CMYK 0.18 0.80 0 0.01
HSL 286.63º 0.98% 0.6% -
HSV(B) 286.63º 0.8% 0.99% -
XYZ 44.93 22.87 94.97 -
YUV 120.97 202.51 190.07 -
System Red Green Blue C M Y K H S L
Decimal 208 51 253 0.18 0.80 0 0.01 286.63 0.98 0.6
Hex D0 33 FD 12 50 0 1 11F 62 3C
Octal 320 63 375 22 120 0 1 437 142 74
Binary 11010000 110011 11111101 10010 1010000 0 1 100011111 1100010 111100

Color Harmonies of #D033FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033FD

Black with #D033FD

Text Example


Text Example

White with #D033FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033FD; }

 p { color: rgb(208,51,253); }

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

background-color css

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

 a { background-color: rgb(208,51,253); }

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

border-color css

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

 span { border-color: rgb(208,51,253); }

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