Html Css Color HEX #D133FF Psychedelic Purple

📋 copy color: '#D133FF'

red 209 ◦ green 51 ◦ blue 255

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

Shades of Psychedelic Purple #D133FF

Tints of Psychedelic Purple #D133FF

RGB

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

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

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

R = 40.58%
G = 9.9%
B = 49.51%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D133FF (or 0xD133FF) is known color: Psychedelic Purple. HEX triplet: D1, 33 and FF. RGB value is (209,51,255). Sum of RGB (Red+Green+Blue) = 209+51+255=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 51 (20.31% from 255 or 9.90% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #D133FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133FF is #2ECC00. Grayscale: #787878. Windows color (decimal): -3066881 or 16724945. OLE color: 16724945.

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

Color convert

RGB 209 51 255 -
CMYK 0.18 0.8 0 0
HSL 286.47º 1% 0.6% -
HSV(B) 286.47º 0.8% 1% -
XYZ 45.53 23.14 96.68 -
YUV 121.5 203.35 190.41 -
System Red Green Blue C M Y K H S L
Decimal 209 51 255 0.18 0.8 0 0 286.47 1 0.6
Hex D1 33 FF 12 50 0 0 11E 64 3C
Octal 321 63 377 22 120 0 0 436 144 74
Binary 11010001 110011 11111111 10010 1010000 0 0 100011110 1100100 111100

Color Harmonies of #D133FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D133FF

Black with #D133FF

Text Example


Text Example

White with #D133FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D133FF; }

 p { color: rgb(209,51,255); }

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

background-color css

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

 a { background-color: rgb(209,51,255); }

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

border-color css

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

 span { border-color: rgb(209,51,255); }

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