Html Css Color HEX #D333FF Psychedelic Purple

📋 copy color: '#D333FF'

red 211 ◦ green 51 ◦ blue 255

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

Shades of Psychedelic Purple #D333FF

Tints of Psychedelic Purple #D333FF

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

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

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

R = 40.81%
G = 9.86%
B = 49.32%

CMYK

 C value IS 0.17

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D333FF (or 0xD333FF) is known color: Psychedelic Purple. HEX triplet: D3, 33 and FF. RGB value is (211,51,255). Sum of RGB (Red+Green+Blue) = 211+51+255=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 51 (20.31% from 255 or 9.86% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #D333FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333FF is #2CCC00. Grayscale: #797979. Windows color (decimal): -2935809 or 16724947. OLE color: 16724947.

HSL color Cylindrical-coordinate representation of color #D333FF: hue angle of 287.06º 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 #D333FF is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 51 255 -
CMYK 0.17 0.8 0 0
HSL 287.06º 1% 0.6% -
HSV(B) 287.06º 0.8% 1% -
XYZ 46.1 23.44 96.7 -
YUV 122.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 211 51 255 0.17 0.8 0 0 287.06 1 0.6
Hex D3 33 FF 11 50 0 0 11F 64 3C
Octal 323 63 377 21 120 0 0 437 144 74
Binary 11010011 110011 11111111 10001 1010000 0 0 100011111 1100100 111100

Color Harmonies of #D333FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333FF

Black with #D333FF

Text Example


Text Example

White with #D333FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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